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