Click or drag to resize

CreateVariableClause Properties

The CreateVariableClause type exposes the following members.

Properties
  NameDescription
Public propertyIsArray
Returns indictor whether array or not array.
Public propertyIsArrayOfPrimitive
Returns true for array of primitive values (also set the array flag)
Public propertyIsConstant
Returns indicator whether the variable is a constant.
Public propertyOptionalAssignment
Returns the optional assignment expression, or null to initialize to a null value
Public propertyVariableName
Returns the variable name.
Public propertyVariableType
Returns the variable type name.
Top
See Also