Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets apps that match the specified search string.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Overridable Function GetAppInfoByName ( _
name As String _
) As ClientObjectList(Of AppInfo)
'Usage
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
)
Parameters
name
Type: System.StringA string that represents the name of the app.
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<AppInfo>
AppInfo