ISProfile.CurrentUserName

Description

The name of the current user.

Syntax

object.CurrentUserName

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
Restriction: This property is readonly.

Return Value

string

Example

Display the name of the current user.

Dim aUserName

aUserName = Profile.CurrentUserName

Profile.MsgBox(aUserName) 
Note:

In Profile Client v8 on User Interface Current User Name can be found in Organisation > People & Places.

Version information

Added in v7.8.0