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!

ISymbolVariable.GetSignature

Gets the variable signature.

[Visual Basic]
Function GetSignature() As Byte ()
[C#]
byte[] GetSignature();
[C++]
unsigned char* GetSignature() [] = 0;
[JScript]
function GetSignature() : Byte[];

Return Value

The variable signature as an opaque byte blob.

See Also

ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace