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 (String)

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

and no attributes.

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

Parameters

name
The name of the member.

See Also

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