Recipient.SearchKey Property

Independentsoft MSG .NET

Recipient SearchKey Property MSG .NET Class Library
Contains a binary-comparable key that identifies correlated objects for a search.

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

Syntax

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

value = instance.SearchKey

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

value = instance.SearchKey

instance.SearchKey = value
/** @property */
public byte[] get_SearchKey()
/** @property */
public void set_SearchKey(byte[] value)
/** @property */
public byte[] get_SearchKey()
/** @property */
public void set_SearchKey(byte[] value)
function get SearchKey () : byte[]
function set SearchKey (value : byte[])
function get SearchKey () : byte[]
function set SearchKey (value : byte[])
function get_SearchKey();
function set_SearchKey(value);
function get_SearchKey();
function set_SearchKey(value);

Property Value

Type:  OnlineByte 
See Also