| IAttributeValueRemoveValue Method |
Removes a value for the attribute.
Namespace:
Omada.OE.Solution.OIM.Model.Public
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxbool RemoveValue(
Object value
)
Parameters
- value
- Type: SystemObject
The value object must correspond to the data type of the attribute.
Must not be null.
Return Value
Type:
Boolean
See Also