Message Guid Property | MSG .NET Class Library |
Contains message's global unique id.
Namespace: Independentsoft.MsgAssembly: 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 Message Dim value As Byte() value = instance.Guid instance.Guid = value
Dim instance As Message 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:
The unique identifier.
See Also