| ActionArgumentsGetPropertyValueT Method (String, DictionaryString, ListObject, T) |
Note: This API is now obsolete.
Utility method for easy retrieval of a single property value from either InitialPropertyValues or FinalPropertyValues.
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Use the GetSingleValue method of PropertyValues instead")]
public T GetPropertyValue<T>(
string property,
Dictionary<string, List<Object>> propertyValues,
T defaultValue
)
Parameters
- property
- Type: SystemString
System name of a property that has values of the applied data type.
- propertyValues
- Type: System.Collections.GenericDictionaryString, ListObject
- defaultValue
- Type: T
The default value is returned if the propertyValue dictionary doesn't contain an entry for the property or if the property has no value(s).
Type Parameters
- T
Return Value
Type:
T
See Also