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:

PartDescription
objectAn expression evaluating to an object of type McDBRightsOwner.
valueA 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

Error Value Description
E_ACCESSDENIED &H80070005 The McDBDatabase.LoggedUser does not have McDBRightsOwner.IsAdministrator privileges.
E_UNEXPECTED &H8001FFFF A framework error occurred while attempting to assign this property.