Click or drag to resize

ConfigurationCommonVariable Properties

The ConfigurationCommonVariable type exposes the following members.

Properties
  NameDescription
Public propertyInitializationValue
Returns the initialization value, or null if none was supplied.

String-type initialization values for numeric or boolean types are allowed and are parsed.

Public propertyIsConstant
Returns true if the variable is a constant, or false for regular variable.
Public propertyVariableType
Returns the variable type as a fully-qualified class name, primitive type or event type name.
Top
See Also