IAnalyticsUsageEvent.UserId property
Gets or sets the user ID.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Property UserId As String
Get
Set
'Usage
Dim instance As IAnalyticsUsageEvent
Dim value As String
value = instance.UserId
instance.UserId = value
string UserId { get; set; }
Property value
Type: System.String