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 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
productId
Type: System.GuidA Guid that represents the app identifier.
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<AppInfo>
AppInfo