Property Item
| Improve this Doc View SourceItem[String]
Gets or sets the value of the variable.
Declaration
string this[string variable] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
String | variable | The variable to get or set. |
Property Value
Type | Description |
---|---|
String |
Remarks
The property gets a null
value in case the variable
is not found in the provider.
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|