| ResourceAssignmentCreationParamsAttributeValues Property |
Dictionary where key is attributeId and value is attributevalue for the resource
The attributes (and values) in this collection are copied to the resource assignment.
If an attribute has multiple values then the string with values must be in CSV format.
Can be null.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, string> AttributeValues { get; set; }
Property Value
Type:
DictionaryInt32,
String
See Also