Tenant.GetAppInfoByProductId method

Gets apps that match the specified identifier.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public Overridable Function GetAppInfoByProductId ( _
    productId As Guid _
) As ClientObjectList(Of AppInfo)
'Usage
Dim instance As Tenant
Dim productId As Guid
Dim returnValue As ClientObjectList(Of AppInfo)

returnValue = instance.GetAppInfoByProductId(productId)
public virtual ClientObjectList<AppInfo> GetAppInfoByProductId(
    Guid productId
)

Parameters

Return value

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

See also

Reference

Tenant class

Tenant members

Microsoft.Online.SharePoint.TenantAdministration namespace