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!

DefaultMemberAttribute Class

Defines the member of a type that is the default member used by InvokeMember. The default member is a name given to a type.

Object
   Attribute
      DefaultMemberAttribute

[Visual Basic]
Public Class DefaultMemberAttribute
   Inherits Attribute
[C#]
public class DefaultMemberAttribute : Attribute
[C++]
public __gc class DefaultMemberAttribute : public Attribute
[JScript]
public class DefaultMemberAttribute extends Attribute

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

DefaultMemberAttribute Members | System.Reflection Namespace