VCardUrl Property
This is used to get the Uniform Resource Locator (URL) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This has been deprecated and replaced by the Urls property. For the time being this will return the first entry in the collection. If the collection is empty, a blank URL is added to it and returned for backward compatibility.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
[ObsoleteAttribute("Use the Urls collection property instead")]
public UrlProperty Url { get; }VB
<ObsoleteAttribute("Use the Urls collection property instead")>
Public ReadOnly Property Url As UrlProperty
GetC++
public:
[ObsoleteAttribute(L"Use the Urls collection property instead")]
property UrlProperty^ Url {
UrlProperty^ get ();
}F#
[<ObsoleteAttribute("Use the Urls collection property instead")>]
member Url : UrlProperty with getProperty Value
UrlPropertyThis has been deprecated and replaced by the Urls property. For the time being this will return the first entry in the collection. If the collection is empty, a blank URL is added to it and returned for backward compatibility.