VCardUrl Property
Note: This API is now obsolete.
This is used to get the Uniform Resource Locator (URL) property
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[ObsoleteAttribute("Use the Urls collection property instead")]
public UrlProperty Url { get; }
<ObsoleteAttribute("Use the Urls collection property instead")>
Public ReadOnly Property Url As UrlProperty
Get
public:
[ObsoleteAttribute(L"Use the Urls collection property instead")]
property UrlProperty^ Url {
UrlProperty^ get ();
}
[<ObsoleteAttribute("Use the Urls collection property instead")>]
member Url : UrlProperty with get
Property 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.