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