Method AddAttribute
AddAttribute(String, JsonValue)
Adds an attribute in the object.
Declaration
public void AddAttribute(string attributeName, JsonValue attributeValue)
Parameters
Type | Name | Description |
---|---|---|
System. |
attributeName | Name of the attribute. |
Json |
attributeValue | JSONValue as the attribute value. |
Implements
AddAttribute(String, JsonValueBase)
Adds an attribute in the object.
Declaration
public void AddAttribute(string attributeName, JsonValueBase attributeValue)
Parameters
Type | Name | Description |
---|---|---|
System. |
attributeName | Name of the attribute. |
Json |
attributeValue | JsonValueBase as the attribute value. |