Schema.TenantId property
Gets the id of the tenant which owns this schema.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property TenantId As Guid
Get
'Usage
Dim instance As Schema
Dim value As Guid
value = instance.TenantId
public Guid TenantId { get; }
Property value
Type: System.Guid