Description
Add a single McDBRightsOwner object (McDBUser or McDBGroup) to those having the the permissions described by the Read, Write, and Delete properties of this McDBRight.
-
Return Type
-
None
-
Syntax
-
object.AddName NameToAdd
The AddName Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBRight. | | NameToAdd | Required. A String value. A string of the McDBRightsOwner.Name to add to those having the right (combination) described by this McDBRight.
| Remarks
If NameToAdd contains an invalid McDBRightsOwner.Name, it will be ignored, and this method will silently return E_INVALIDARG.
Exceptions
|