IADsDomain Method: AssignTask

AssignTask
(
  ADsPath As String,
  TaskName As String
);

Parameters

[in] String ADsPath
ADsPath of the User/group
.

[in] String TaskName
Task to be assigned to the User/group.

Description
This method assigns a task to the user/group, for the Domain.
Note: User/group name should be in the form of ADsPath

 

See Also