DirectoryEntry.ClassId Property

Independentsoft MSG .NET

DirectoryEntry ClassId Property MSG .NET Class Library
Gets or sets class ID.

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

Syntax

public byte[] ClassId { get; set; }
public byte[] ClassId { get; set; }
Public Property ClassId As Byte()
	Get 
	Set
Public Property ClassId As Byte()
	Get 
	Set
Dim instance As DirectoryEntry 
Dim value As Byte()

value = instance.ClassId

instance.ClassId = value
Dim instance As DirectoryEntry 
Dim value As Byte()

value = instance.ClassId

instance.ClassId = value
/** @property */
public byte[] get_ClassId()
/** @property */
public void set_ClassId(byte[] value)
/** @property */
public byte[] get_ClassId()
/** @property */
public void set_ClassId(byte[] value)
function get ClassId () : byte[]
function set ClassId (value : byte[])
function get ClassId () : byte[]
function set ClassId (value : byte[])
function get_ClassId();
function set_ClassId(value);
function get_ClassId();
function set_ClassId(value);

Property Value

Type:  OnlineByte 
See Also