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!

CodeMemberField Constructor (String, String)

Initializes a new CodeMemberField with the specified member field type and name.

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

Parameters

type
The type of the member field.
name
[To be supplied.]

See Also

CodeMemberField Class | CodeMemberField Members | System.CodeDOM Namespace | CodeMemberField Constructor Overload List