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!

CodeArrayCreateExpression.CreateType

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);

Property Value

The name of the type of the array.

See Also

CodeArrayCreateExpression Class | CodeArrayCreateExpression Members | System.CodeDOM Namespace