 | VCardUrl Property |
Gets or sets the a uniform resource locator associated with the object to which this vCard refers (URL).
Namespace: Limilabs.Mail.BusinessCardAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Url { get; set; }Public Property Url As String
Get
Set
public:
property String^ Url {
String^ get ();
void set (String^ value);
}member Url : string with get, set
Property Value
String
See Also