Method GetProperty
GetProperty(uint, string)
Get a property value as String on an entity (error if the property does not exist on the entity)
Declaration
public string GetProperty(uint entity, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
uint | entity | The entity |
string | propertyName | The property name |
Returns
Type | Description |
---|---|
string |