SecureStoreServiceProxy.GetProxyTypeDescription - Méthode

Obtient une description du type du proxy d'application service spécifié.

Espace de noms :  Microsoft.Office.SecureStoreService.Server
Assembly :  Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.dll)

Syntaxe

'Déclaration
Public Function GetProxyTypeDescription ( _
    serviceApplicationProxyType As Type _
) As SPPersistedTypeDescription
'Utilisation
Dim instance As SecureStoreServiceProxy
Dim serviceApplicationProxyType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetProxyTypeDescription(serviceApplicationProxyType)
public SPPersistedTypeDescription GetProxyTypeDescription(
    Type serviceApplicationProxyType
)

Paramètres

  • serviceApplicationProxyType
    Type : System.Type

    Le type du proxy d'application de service.

Valeur renvoyée

Type : Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Un objet SPPersistedTypeDescription .

Implémentations

IServiceProxyAdministration.GetProxyTypeDescription(Type)

Voir aussi

Référence

SecureStoreServiceProxy classe

SecureStoreServiceProxy - Membres

Microsoft.Office.SecureStoreService.Server - Espace de noms