IAnalyticsItemData.TenantId property
Gets the ID of the tenant.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
ReadOnly Property TenantId As Guid
Get
'Usage
Dim instance As IAnalyticsItemData
Dim value As Guid
value = instance.TenantId
Guid TenantId { get; }
Property value
Type: System.Guid