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!

DefaultPropertyAttribute Class

Specifies the default property for a component.

Object
   Attribute
      MemberAttribute
         DefaultPropertyAttribute

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

Remarks

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute