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