AnalyticsTenantConfig.TenantId property
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public Property TenantId As Guid
Get
Set
'Usage
Dim instance As AnalyticsTenantConfig
Dim value As Guid
value = instance.TenantId
instance.TenantId = value
public Guid TenantId { get; set; }
Property value
Type: System.Guid