Description
The user friendly, full name of this McDBUser or the description of this McDBGroup.
-
Property type
-
A String value.
-
Syntax
-
object.FullName [= value]
The FullName Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBRightsOwner. | | value | A String value. | Remarks
McDBUser and McDBGroup objects have both a unique (login) Name and a pretty name (Full name for McDBUser, Description for McDBGroup). The FullName does not have the uniqueness constraints of the Name, and also may be changed at any time, if the McDBDatabase.LoggedUser has McDBRightsOwner.IsAdministrator privileges.
Exceptions
|