CdbContainer::SetUserName, GetUserName Property

Sets or returns a value that represents a user, or group of users, of a CdbContainer object.

The setting or return value is a string that evaluates to the name of a user.

Syntax

VOIDSetUserName(LPCTSTR pstr);

CStringGetUserName(VOID);

Set Parameters

Type Example Description
LPCTSTR pstr A pointer to a string that contains the name of a user.