Tenant.GetAppErrors method
Gets errors from the app monitoring framework for the specified app within tenant scope.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Overridable Function GetAppErrors ( _
productId As Guid, _
timeStart As DateTime, _
timeEnd As DateTime _
) As ClientObjectList(Of AppErrorEntry)
'Usage
Dim instance As Tenant
Dim productId As Guid
Dim timeStart As DateTime
Dim timeEnd As DateTime
Dim returnValue As ClientObjectList(Of AppErrorEntry)
returnValue = instance.GetAppErrors(productId, _
timeStart, timeEnd)
public virtual ClientObjectList<AppErrorEntry> GetAppErrors(
Guid productId,
DateTime timeStart,
DateTime timeEnd
)
Parameters
productId
Type: System.GuidThe Guid that represents the app.
timeStart
Type: System.DateTimeThe DateTime object that represents the start of the time range during which errors occurred.
timeEnd
Type: System.DateTimeThe DateTime object that represents the end of the time range during which errors occurred.
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<AppErrorEntry>
AppErrorEntry