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!

ExtenderPropertyAttribute Class

Specifies which components can accept the extender.

Object
   Attribute
      MemberAttribute
         ExtenderPropertyAttribute

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

Remarks

The ReceiverType property contains the type of object that can receive the extender property.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute