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);
The type of the object to create.
CodeObjectCreateExpression Class | CodeObjectCreateExpression Members | System.CodeDOM Namespace