VCardUrl Property

Note: This API is now obsolete.
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: 2023.1.2.0
[ObsoleteAttribute("Use the Urls collection property instead")]
public UrlProperty Url { get; }

Property Value

UrlProperty
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.

See Also