Partager via


Tenant.GetAppInfoByName - Méthode

Obtient les applications qui correspondent à la chaîne de recherche spécifiée.

Espace de noms :  Microsoft.Online.SharePoint.TenantAdministration
Assemblys :   Microsoft.Online.SharePoint.Client.Tenant.Silverlight (dans Microsoft.Online.SharePoint.Client.Tenant.Silverlight.dll);  Microsoft.Online.SharePoint.Client.Tenant (dans Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntaxe

'Déclaration
Public Overridable Function GetAppInfoByName ( _
    name As String _
) As ClientObjectList(Of AppInfo)
'Utilisation
Dim instance As Tenant
Dim name As String
Dim returnValue As ClientObjectList(Of AppInfo)

returnValue = instance.GetAppInfoByName(name)
public virtual ClientObjectList<AppInfo> GetAppInfoByName(
    string name
)

Paramètres

  • name
    Type : System.String

    Une chaîne qui représente le nom de l'application.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientObjectList<AppInfo>
AppInfo

Voir aussi

Référence

Tenant classe

Tenant - Membres

Microsoft.Online.SharePoint.TenantAdministration - Espace de noms