| DataObjectVersionSetPropertyCheckAndAddValue Method |
Adds a value for the property.
If the value has already been added then nothing happens.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic void CheckAndAddValue(
int valueId
)
Parameters
- valueId
- Type: SystemInt32
Id of a set property value.
See Also