Click or drag to resize
IIdmNetClientChangeMultipleAttrbutes Method
Make multiple changes to a particular Identity Manager service object/resource (async await)

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
Task<Message> ChangeMultipleAttrbutes(
	string objectID,
	Change[] changes
)

Parameters

objectID
Type: SystemString
Resource ID for the object containing the attributes to be modified
changes
Type: IdmNet.SoapModelsChange
Set of changes (Multi-valued "Adds/Removes and Single-valued "Replaces" to be made for the single object

Return Value

Type: TaskMessage
Task (async/await) of the asynchronous operation
See Also