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!

CodeObjectCreateExpression Constructor (String)

Initializes a new CodeObjectCreateExpression using the specified type.

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

Parameters

createType
The data type of the object to create.

See Also

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