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