| IAttributeValueAddValue Method |
Adds 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
Syntaxvoid AddValue(
Object value
)
Parameters
- value
- Type: SystemObject
The value object must correspond to the data type of the attribute.
Must not be null.
See Also