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