Gets or sets a url type
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic VCardUrlType UrlType { get; set; }
Public Property UrlType As VCardUrlType
Get
Set
public:
property VCardUrlType UrlType {
VCardUrlType get ();
void set (VCardUrlType value);
}
member UrlType : VCardUrlType with get, set
Property Value
Type:
VCardUrlType
See Also