Resource Methods
- Last UpdatedJul 24, 2015
- 1 minute read
The following are the methods of the Resource class.
-
GetProperty
-
SetProperty
GetProperty
Returns the inner text value of the XMLNode.
Syntax
Parameters
propertyName
The name of the property on the model you want to access.
Return Value
A text representation of the value.
SetProperty
Sets the inner text value of an XMLNode.
Syntax
void SetProperty(string propertyName, string value)
Parameters
propertyName
The name of the property on the model.
Value
The value you want the property to be set.