ISProfile.WindowsUserName

Description

The windows name of the current user.

Syntax

object.WindowsUserName

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

Return Value

string

Example

Display the windows name of the current user.

Dim aUserName

aUserName = Profile.WindowsUserName

Profile.MsgBox("The windows name of the current user is " & aUserName)
Note:

In Profile Client v8 on User Interface Windows User Name can be found in Help > About > System Info > User.

Version information

Added in v7.8.0