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!

MemberDescriptor Constructor

Initializes a new instance of the MemberDescriptor class.

Overload List

Initializes a new instance of the MemberDescriptor class with the specified name

and no attributes.

[Visual Basic] Overloads Public Sub New(String)
[C#] public MemberDescriptor(String);
[C++] public: MemberDescriptor(String*);
[JScript] public function MemberDescriptor(String);

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

[Visual Basic] Overloads Public Sub New(String, MemberAttribute())
[C#] public MemberDescriptor(String, MemberAttribute[]);
[C++] public: MemberDescriptor(String*, MemberAttribute[]);
[JScript] public function MemberDescriptor(String, MemberAttribute[]);

Initializes a new instance of the MemberDescriptor class with the specified MemberDescriptor.

[Visual Basic] Overloads Public Sub New(MemberDescriptor)
[C#] public MemberDescriptor(MemberDescriptor);
[C++] public: MemberDescriptor(MemberDescriptor*);
[JScript] public function MemberDescriptor(MemberDescriptor);

Initializes a new instance of the MemberDescriptor class with the name in the specified MemberDescriptor and the attributes in both the old MemberDescriptor and the MemberAttribute array.

[Visual Basic] Overloads Public Sub New(MemberDescriptor, MemberAttribute())
[C#] public MemberDescriptor(MemberDescriptor, MemberAttribute[]);
[C++] public: MemberDescriptor(MemberDescriptor*, MemberAttribute[]);
[JScript] public function MemberDescriptor(MemberDescriptor, MemberAttribute[]);

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace