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 (String, MemberAttribute[])

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

[Visual Basic]
Overloads Protected Sub New( _
   ByVal name As String, _
   ByVal attrs() As MemberAttribute _
)
[C#]
protected PropertyDescriptor(
   string name,
   MemberAttribute[] attrs
);
[C++]
protected: PropertyDescriptor(
   String* name,
   MemberAttribute* attrs[]
);
[JScript]
protected function PropertyDescriptor(
   name : String,
   attrs : MemberAttribute[]
);

Parameters

name
The name of the property.
attrs
An array of type MemberAttribute that contains the property attributes.

See Also

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