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