Message.Label Property

Independentsoft MSG .NET

Message Label Property MSG .NET Class Library
Contains appointment's label color.

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

Syntax

public long Label { get; set; }
public long Label { get; set; }
Public Property Label As Long 
	Get 
	Set
Public Property Label As Long 
	Get 
	Set
Dim instance As Message 
Dim value As Long 

value = instance.Label

instance.Label = value
Dim instance As Message 
Dim value As Long 

value = instance.Label

instance.Label = value
/** @property */
public long get_Label()
/** @property */
public void set_Label(long value)
/** @property */
public long get_Label()
/** @property */
public void set_Label(long value)
function get Label () : long 
function set Label (value : long)
function get Label () : long 
function set Label (value : long)
function get_Label();
function set_Label(value);
function get_Label();
function set_Label(value);

Property Value

Type: OnlineInt64
The label.
See Also