Gets or sets the type of the array 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 name of the type of the array.
CodeArrayCreateExpression Class | CodeArrayCreateExpression Members | System.CodeDOM Namespace