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