Message.Mileage Property

Independentsoft MSG .NET

Message Mileage Property MSG .NET Class Library
Contains free-form string value and can be used to store mileage information associated with the message.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string Mileage { get; set; }
public string Mileage { get; set; }
Public Property Mileage As String 
	Get 
	Set
Public Property Mileage As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.Mileage

instance.Mileage = value
Dim instance As Message 
Dim value As String 

value = instance.Mileage

instance.Mileage = value
/** @property */
public String get_Mileage()
/** @property */
public void set_Mileage(String value)
/** @property */
public String get_Mileage()
/** @property */
public void set_Mileage(String value)
function get Mileage () : String 
function set Mileage (value : String)
function get Mileage () : String 
function set Mileage (value : String)
function get_Mileage();
function set_Mileage(value);
function get_Mileage();
function set_Mileage(value);

Property Value

Type: OnlineString
The mileage.
See Also