Description
The complement of AddName(), this method will remove a single McDBRightsOwner object (by Name) from those having the permissions described by the Read, Write, and Delete properties of this McDBRight.
-
Return Type
-
None
-
Syntax
-
object.RemoveName NameToRemove
The RemoveName Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBRight. | | NameToRemove | Required. A String value. A string containing the McDBRightsOwner.Name to remove from those having the right (combination) described by this McDBRight.
|
Exceptions
|