Message BillingInformation Property | MSG .NET Class Library |
Contains the billing information associated with a message.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string BillingInformation { get; set; }
public string BillingInformation { get; set; }
Public Property BillingInformation As String Get Set
Public Property BillingInformation As String Get Set
Dim instance As Message Dim value As String value = instance.BillingInformation instance.BillingInformation = value
Dim instance As Message Dim value As String value = instance.BillingInformation instance.BillingInformation = value
/** @property */ public String get_BillingInformation() /** @property */ public void set_BillingInformation(String value)
/** @property */ public String get_BillingInformation() /** @property */ public void set_BillingInformation(String value)
function get BillingInformation () : String function set BillingInformation (value : String)
function get BillingInformation () : String function set BillingInformation (value : String)
function get_BillingInformation(); function set_BillingInformation(value);
function get_BillingInformation(); function set_BillingInformation(value);
Property Value
Type:
The billing information.
See Also