Click or drag to resize

PropertyValuesContainerGetSingleValue Method

Overload List
  NameDescription
Public methodGetSingleValue(String)
Returns a single value for a property. If the property has no value(s) then null is returned.
Public methodGetSingleValueT(Int32, T)
Returns a single value for a property (fixed fields are not supported by this method).
Public methodGetSingleValueT(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.
Top
See Also