AlertInfo.CurrentUser Field
The name of the authenticated user for the current connection.
Namespace: [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx
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.