PropertyValuesContainerGetSingleValue Method | 
| Name | Description | |
|---|---|---|
| GetSingleValue(String) | 
            Returns a single value for a property.
            If the property has no value(s) then null is returned.
              | |
| GetSingleValueT(Int32, T) | 
            Returns a single value for a property (fixed fields are not supported by this method).
              | |
| GetSingleValueT(String, T) | 
            Returns a single value for a property or a fixed field.
            Not all fixed fields are supported - please refer to the PropertyValuesContainer class for details.
              |