IIdmNetClientChangeMultipleAttrbutes Method |
Make multiple changes to a particular Identity Manager service object/resource (async await)
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
SyntaxTask<Message> ChangeMultipleAttrbutes(
string objectID,
Change[] changes
)
Function ChangeMultipleAttrbutes (
objectID As String,
changes As Change()
) As Task(Of Message)
Task<Message^>^ ChangeMultipleAttrbutes(
String^ objectID,
array<Change^>^ changes
)
abstract ChangeMultipleAttrbutes :
objectID : string *
changes : Change[] -> Task<Message>
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:
TaskMessageTask (async/await) of the asynchronous operation
See Also