AnalyticsUsageEvent.UserId property
Gets or sets the ID of the user who triggered an event.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property UserId As String
Get
Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As String
value = instance.UserId
instance.UserId = value
[DataMemberAttribute]
public string UserId { get; set; }
Property value
Type: System.String