The following tables list the members exposed by the Variable type.

Name Description
Public property IsEncrypted Gets or sets a value indicating whether the value of the variable is encrypted. (inherited from BaseVariable).
Public property Name Gets or sets the name of the variable. (inherited from BaseVariable).
Public property NestedVariables Gets the nested variables of the variable. The set operation is intended to be used only by PersistenceStrategy classes during configuration reading. (inherited from BaseVariable).
Public property Type Gets or sets the type of the variable. (inherited from BaseVariable).
Public property Value Gets or sets the value of the variable.
Top