Message.ObjectType Property

Independentsoft MSG .NET

Message ObjectType Property MSG .NET Class Library
Contains the type of an object.

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

Syntax

public ObjectType ObjectType { get; set; }
public ObjectType ObjectType { get; set; }
Public Property ObjectType As ObjectType 
	Get 
	Set
Public Property ObjectType As ObjectType 
	Get 
	Set
Dim instance As Message 
Dim value As ObjectType 

value = instance.ObjectType

instance.ObjectType = value
Dim instance As Message 
Dim value As ObjectType 

value = instance.ObjectType

instance.ObjectType = value
/** @property */
public ObjectType get_ObjectType()
/** @property */
public void set_ObjectType(ObjectType value)
/** @property */
public ObjectType get_ObjectType()
/** @property */
public void set_ObjectType(ObjectType value)
function get ObjectType () : ObjectType 
function set ObjectType (value : ObjectType)
function get ObjectType () : ObjectType 
function set ObjectType (value : ObjectType)
function get_ObjectType();
function set_ObjectType(value);
function get_ObjectType();
function set_ObjectType(value);

Property Value

Type: ObjectType
The type of the object.
See Also