Message.IsSystem Property

Independentsoft MSG .NET

Message IsSystem Property MSG .NET Class Library
Contains true if message is system message.

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

Syntax

public bool IsSystem { get; set; }
public bool IsSystem { get; set; }
Public Property IsSystem As Boolean 
	Get 
	Set
Public Property IsSystem As Boolean 
	Get 
	Set
Dim instance As Message 
Dim value As Boolean 

value = instance.IsSystem

instance.IsSystem = value
Dim instance As Message 
Dim value As Boolean 

value = instance.IsSystem

instance.IsSystem = value
/** @property */
public boolean get_IsSystem()
/** @property */
public void set_IsSystem(boolean value)
/** @property */
public boolean get_IsSystem()
/** @property */
public void set_IsSystem(boolean value)
function get IsSystem () : boolean 
function set IsSystem (value : boolean)
function get IsSystem () : boolean 
function set IsSystem (value : boolean)
function get_IsSystem();
function set_IsSystem(value);
function get_IsSystem();
function set_IsSystem(value);

Property Value

Type: OnlineBoolean
true if this instance is system; otherwise, false.
See Also