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

Implements

IAnalyticsUsageEvent.UserId

See also

Reference

AnalyticsUsageEvent class

AnalyticsUsageEvent members

Microsoft.Office.Server.Search.Analytics namespace