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!

MissingMemberException.Signature

Holds the signature of the missing member.

[Visual Basic]
Protected Signature() As Byte
[C#]
protected byte[] Signature;
[C++]
protected: unsigned char* Signature[];
[JScript]
protected var Signature : Byte[];

Remarks

The Signature field contains a Byte value that represents the signature of the missing member.

String.FormatSignature is used to format the signature. (For additional information, see SignatureHelper, SignatureToken, and String.)

See Also

MissingMemberException Class | MissingMemberException Members | System Namespace