| PropertyValuesContainerAssignValues Method |
Adds/replaces the value(s) of a property.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic virtual void AssignValues(
string property,
IEnumerable<Object> values
)
Parameters
- property
- Type: SystemString
System name of a property or fixed field.
- values
- Type: System.Collections.GenericIEnumerableObject
See Also