AlertInfo.CurrentUser field
The name of the authenticated user for the current connection.
Namespace: WebSvcAlerts
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public CurrentUser As String
'Usage
Dim instance As AlertInfo
Dim value As String
value = instance.CurrentUser
instance.CurrentUser = value
public string CurrentUser
Remarks
This should be a friendly name for the currently authenticated user.