ContactItemType.Profession Property
The Profession property gets or sets a string value that represents the profession of a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Profession As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.Profession
instance.Profession = value
public string Profession { get; set; }
Property Value
Type: System.String
The Profession property returns a string value that represents the profession of a contact.
See Also