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!

PropertyDescriptor Constructor (MemberDescriptor)

Initializes a new instance of the PropertyDescriptor class with the name and attributes in the specified MemberDescriptor.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal descr As MemberDescriptor _
)
[C#]
protected PropertyDescriptor(
   MemberDescriptor descr
);
[C++]
protected: PropertyDescriptor(
   MemberDescriptor* descr
);
[JScript]
protected function PropertyDescriptor(
   descr : MemberDescriptor
);

Parameters

descr
A MemberDescriptor that contains the name of the property and its attributes.

See Also

PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | PropertyDescriptor Constructor Overload List | MemberDescriptor