| IAttributeValueContainsValue Method |
Returns whether the attribute already contains a specified value.
Namespace:
Omada.OE.Solution.OIM.Model.Public
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxbool ContainsValue(
Object value
)
Parameters
- value
- Type: SystemObject
If value is a string it is trimmed and regarded as case-insensitive.
For example, if the attribute contains "Thomas" and value is either "thomas" or "Thomas " then the method will return true.
Return Value
Type:
Boolean
See Also