Freigeben über


SearchServiceApplicationProxy.GetUserPreferenceSerializeHelperForTenant-Methode

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetUserPreferenceSerializeHelperForTenant ( _
    tenantId As Guid, _
    userID As Byte() _
) As UserPreferenceSerializeHelper
'Usage
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
Dim userID As Byte()
Dim returnValue As UserPreferenceSerializeHelper

returnValue = instance.GetUserPreferenceSerializeHelperForTenant(tenantId, _
    userID)
public UserPreferenceSerializeHelper GetUserPreferenceSerializeHelperForTenant(
    Guid tenantId,
    byte[] userID
)

Parameter

  • userID
    Typ: []

Rückgabewert

Typ: Microsoft.Office.Server.Search.Administration.UserPreferenceSerializeHelper

Implementiert

ISearchSiteAdministrationServiceApplication.GetUserPreferenceSerializeHelperForTenant(Guid, [])

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace