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.MemberName

Holds the member name of the missing member.

[Visual Basic]
Protected MemberName As String
[C#]
protected string MemberName;
[C++]
protected: String* MemberName;
[JScript]
protected var MemberName : String;

Remarks

The MemberName field contains the returned member name string of the missing member. (For more nformation, see String.)

See Also

MissingMemberException Class | MissingMemberException Members | System Namespace