Method Get
Get<T>(String)
Gets the value of the specified attribute of specified type.
Declaration
T Get<T>(string attribute)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | attribute | Name of the attribute. |
Returns
| Type | Description |
|---|---|
| T | Value of the specified attribute as specified by type. |
Type Parameters
| Name | Description |
|---|---|
| T | Specifies the type of attribute value to be obtained from IJSONDocument. |