DataObjectControllerGetSinglePropertyValue Method |
| Name | Description | |
|---|---|---|
| GetSinglePropertyValueT(Guid, String, T) | ||
| GetSinglePropertyValueT(Int32, Int32, T) | ||
| GetSinglePropertyValueT(Int32, String, T) |
Returns a single value for a property or a fixed field on a data object.
Not all fixed fields are supported - please refer to the PropertyValuesContainer class for details.
The security model is respected.
Throws an exception if the data object doesn't exist or security prevents access to it.
|