Method SetProperties
SetProperties(EntityList, StringList, StringList)
Set multiple properties values on entities
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetProperties(EntityList entities, StringList propertyNames, StringList propertyValues)
Parameters
Type | Name | Description |
---|---|---|
EntityList | entities | List of entities |
StringList | propertyNames | The property name for each entity |
StringList | propertyValues | The property value for each entity |