Recipient.InstanceKey Property

Independentsoft MSG .NET

Recipient InstanceKey Property MSG .NET Class Library
Contains a value that uniquely identifies a row in a table.

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

Syntax

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

value = instance.InstanceKey

instance.InstanceKey = value
Dim instance As Recipient 
Dim value As Byte()

value = instance.InstanceKey

instance.InstanceKey = value
/** @property */
public byte[] get_InstanceKey()
/** @property */
public void set_InstanceKey(byte[] value)
/** @property */
public byte[] get_InstanceKey()
/** @property */
public void set_InstanceKey(byte[] value)
function get InstanceKey () : byte[]
function set InstanceKey (value : byte[])
function get InstanceKey () : byte[]
function set InstanceKey (value : byte[])
function get_InstanceKey();
function set_InstanceKey(value);
function get_InstanceKey();
function set_InstanceKey(value);

Property Value

Type:  OnlineByte 
See Also