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!

CodeVariableDeclarationStatement Properties

The properties of the CodeVariableDeclarationStatement class are listed below. For a complete list of CodeVariableDeclarationStatement class members, see the CodeVariableDeclarationStatement Members topic.

Public:

InitExpression Gets or sets the initialization expression for the variable.
LinePragma (inherited from CodeStatement) The line the statement occurs on.
Name Gets or sets the name of the variable.
Type Gets or sets the type of the variable.

See Also

CodeVariableDeclarationStatement Class | System.CodeDOM Namespace