AnalyticsItemData.TenantId property
Gets the 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
<DataMemberAttribute> _
Public Property TenantId As Guid
Get
Friend Set
'Usage
Dim instance As AnalyticsItemData
Dim value As Guid
value = instance.TenantId
[DataMemberAttribute]
public Guid TenantId { get; internal set; }
Property value
Type: System.Guid