Remove

ResourceAssignmentCollection.Remove method

Removes specified assignment from collection, if it is not read-only, otherwise throws NotSupportedException.

public bool Remove(ResourceAssignment item)
ParameterTypeDescription
itemResourceAssignmentThe assignment to remove.

Return Value

true, if specified item was removed, false otherwise.

See Also