NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SortKey.GetKeyData

Obtains the byte array representing the sort key of the current instance.

[Visual Basic]
Overridable Public Function GetKeyData() As Byte ()
[C#]
public virtual byte[] GetKeyData();
[C++]
public: virtual unsigned char* GetKeyData() [];
[JScript]
public function GetKeyData() : Byte[];

Return Value

A byte array representing the current instance of the sort key.

See Also

SortKey Class | SortKey Members | System.Globalization Namespace