Message.Isdn Property

Independentsoft MSG .NET

Message Isdn Property MSG .NET Class Library
Contains the ISDN number for the contact.

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

Syntax

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

value = instance.Isdn

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

value = instance.Isdn

instance.Isdn = value
/** @property */
public String get_Isdn()
/** @property */
public void set_Isdn(String value)
/** @property */
public String get_Isdn()
/** @property */
public void set_Isdn(String value)
function get Isdn () : String 
function set Isdn (value : String)
function get Isdn () : String 
function set Isdn (value : String)
function get_Isdn();
function set_Isdn(value);
function get_Isdn();
function set_Isdn(value);

Property Value

Type: OnlineString
The isdn.
See Also