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!

Invoking the Default Member

Type.InvokeMember() with String.Empty ("") as the member name will invoke the Default member. InvokeMember will retrieve the DefaultMemberAttribute from the type (not its base type or an interface type). The name of the retrieved member will be used as the name to pass to InvokeMember.