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