Click or drag to resize

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
Syntax
C#
bool 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