Message SentRepresentingSearchKey Property | MSG .NET Class Library |
Contains the search key for the messaging user represented by the sender.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] SentRepresentingSearchKey { get; set; }
public byte[] SentRepresentingSearchKey { get; set; }
Public Property SentRepresentingSearchKey As Byte() Get Set
Public Property SentRepresentingSearchKey As Byte() Get Set
Dim instance As Message Dim value As Byte() value = instance.SentRepresentingSearchKey instance.SentRepresentingSearchKey = value
Dim instance As Message Dim value As Byte() value = instance.SentRepresentingSearchKey instance.SentRepresentingSearchKey = value
/** @property */ public byte[] get_SentRepresentingSearchKey() /** @property */ public void set_SentRepresentingSearchKey(byte[] value)
/** @property */ public byte[] get_SentRepresentingSearchKey() /** @property */ public void set_SentRepresentingSearchKey(byte[] value)
function get SentRepresentingSearchKey () : byte[] function set SentRepresentingSearchKey (value : byte[])
function get SentRepresentingSearchKey () : byte[] function set SentRepresentingSearchKey (value : byte[])
function get_SentRepresentingSearchKey(); function set_SentRepresentingSearchKey(value);
function get_SentRepresentingSearchKey(); function set_SentRepresentingSearchKey(value);
Property Value
Type:
The sent representing search key.
See Also