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