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!

ProvidePropertyAttribute Class

Specifies which methods are extender properties.

Object
   Attribute
      MemberAttribute
         ProvidePropertyAttribute

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

Remarks

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute