ID of the current user.
object.CurrentUserId
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISProfileinterface |
int
Display the full name of the current user.
Dim aUserId
Dim aProvider
aUserId = Profile.CurrentUserId
Set aProvider = Profile.LoadProviderById(aUserId)
Profile.MsgBox( "The current user is " & aProvider.FullName) In Profile Client v8 on User Interface Current User ID cannot be found, but Current User can be found in .