| ReferencePropertyValuesAssign Method (ReferencePropertyValues, Boolean, Boolean) |
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic void Assign(
ReferencePropertyValues source,
bool clear,
bool overwriteExistingValues
)
Parameters
- source
- Type: Omada.OE.ModelReferencePropertyValues
- clear
- Type: SystemBoolean
- overwriteExistingValues
- Type: SystemBoolean
Is only used if clear = false.
See Also