Method GetPropertyInfo
GetPropertyInfo(uint, string)
Get a property info on an entity (error if the property does not exist on the entity)
Declaration
[HandleProcessCorruptedStateExceptions]
public PropertyInfo GetPropertyInfo(uint entity, string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | entity | The entity |
| string | propertyName | The property name |
Returns
| Type | Description |
|---|---|
| PropertyInfo |