CompoundFile ClassId Property | MSG .NET Class Library |
Gets or sets compound file class ID.
Namespace: Independentsoft.IO.StructuredStorageAssembly: 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 CompoundFile Dim value As Byte() value = instance.ClassId instance.ClassId = value
Dim instance As CompoundFile 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:
See Also