Message Location Property | MSG .NET Class Library |
Contains appointment's location.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Location { get; set; }
public string Location { get; set; }
Public Property Location As String Get Set
Public Property Location As String Get Set
Dim instance As Message Dim value As String value = instance.Location instance.Location = value
Dim instance As Message Dim value As String value = instance.Location instance.Location = value
/** @property */ public String get_Location() /** @property */ public void set_Location(String value)
/** @property */ public String get_Location() /** @property */ public void set_Location(String value)
function get Location () : String function set Location (value : String)
function get Location () : String function set Location (value : String)
function get_Location(); function set_Location(value);
function get_Location(); function set_Location(value);
Property Value
Type:
The location.
See Also