Message Profession Property | MSG .NET Class Library |
Contains the profession for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Profession { get; set; }
public string Profession { get; set; }
Public Property Profession As String Get Set
Public Property Profession As String Get Set
Dim instance As Message Dim value As String value = instance.Profession instance.Profession = value
Dim instance As Message Dim value As String value = instance.Profession instance.Profession = value
/** @property */ public String get_Profession() /** @property */ public void set_Profession(String value)
/** @property */ public String get_Profession() /** @property */ public void set_Profession(String value)
function get Profession () : String function set Profession (value : String)
function get Profession () : String function set Profession (value : String)
function get_Profession(); function set_Profession(value);
function get_Profession(); function set_Profession(value);
Property Value
Type:
The profession.
See Also