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