Method GetAttributeValue
GetAttributeValue(String)
Gets attribute value identified by the attribute name.
Declaration
public JsonValueBase GetAttributeValue(string attributeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | Name of the attribute. |
Returns
Type | Description |
---|---|
JsonValueBase | Null, if doesn't exist. |