ExtendedPropertyTag.Guid Property

Independentsoft MSG .NET

ExtendedPropertyTag Guid Property MSG .NET Class Library
Gets or sets the unique identifier.

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

Syntax

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

value = instance.Guid

instance.Guid = value
Dim instance As ExtendedPropertyTag 
Dim value As Byte()

value = instance.Guid

instance.Guid = value
/** @property */
public byte[] get_Guid()
/** @property */
public void set_Guid(byte[] value)
/** @property */
public byte[] get_Guid()
/** @property */
public void set_Guid(byte[] value)
function get Guid () : byte[]
function set Guid (value : byte[])
function get Guid () : byte[]
function set Guid (value : byte[])
function get_Guid();
function set_Guid(value);
function get_Guid();
function set_Guid(value);

Property Value

Type:  OnlineByte 
The unique identifier.
See Also