Property Item
| Improve this Doc View SourceItem[String]
Gets the value of a variable in string
format.
Declaration
public virtual string this[string variable] { get; }
Parameters
Type | Name | Description |
---|---|---|
String | variable | The variable name of the value to get. |
Property Value
Type | Description |
---|---|
String | The value of the variable in |
Implements
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
VariableNotSetException |
|