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