ContactProfession Property |
Gets or sets a job position of a person in a company.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Profession { get; set; }
Public Property Profession As String
Get
Set
public:
property String^ Profession {
String^ get ();
void set (String^ value);
}
member Profession : string with get, set
Property Value
Type:
String
See Also