Compartir a través de


de la propiedad QueryInfo.TenantId

Gets or sets the unique identifier for the tenant executing the Buscar query.

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property TenantId As Guid
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As Guid

value = instance.TenantId

instance.TenantId = value
[DataMemberAttribute]
public Guid TenantId { get; set; }

Valor de propiedad

Tipo: System.Guid
The unique identifier for the tenant executing the Buscar query.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

Espacio de nombres Microsoft.Office.Server.Search.Query