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.CreateType

The type of the object to create.

[Visual Basic]
Public Property CreateType As String
[C#]
public string CreateType {get; set;}
[C++]
public: __property String* get_CreateType();
public: __property void set_CreateType(String*);
[JScript]
public function get CreateType() : String;
public function set CreateType(String);

Property Value

The type of the object to create.

See Also

CodeObjectCreateExpression Class | CodeObjectCreateExpression Members | System.CodeDOM Namespace