Message.ChangeKey Property

Independentsoft MSG .NET

Message ChangeKey Property MSG .NET Class Library
Contains a change key of a message.

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

Syntax

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

value = instance.ChangeKey

instance.ChangeKey = value
Dim instance As Message 
Dim value As Byte()

value = instance.ChangeKey

instance.ChangeKey = value
/** @property */
public byte[] get_ChangeKey()
/** @property */
public void set_ChangeKey(byte[] value)
/** @property */
public byte[] get_ChangeKey()
/** @property */
public void set_ChangeKey(byte[] value)
function get ChangeKey () : byte[]
function set ChangeKey (value : byte[])
function get ChangeKey () : byte[]
function set ChangeKey (value : byte[])
function get_ChangeKey();
function set_ChangeKey(value);
function get_ChangeKey();
function set_ChangeKey(value);

Property Value

Type:  OnlineByte 
The change key.
See Also