TenantLog.GetEntries method
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Function GetEntries ( _
beginDateTimeUtc As DateTime, _
endDateTimeUtc As DateTime, _
nRows As UInteger _
) As ClientObjectList(Of TenantLogEntry)
'Usage
Dim instance As TenantLog
Dim beginDateTimeUtc As DateTime
Dim endDateTimeUtc As DateTime
Dim nRows As UInteger
Dim returnValue As ClientObjectList(Of TenantLogEntry)
returnValue = instance.GetEntries(beginDateTimeUtc, _
endDateTimeUtc, nRows)
public ClientObjectList<TenantLogEntry> GetEntries(
DateTime beginDateTimeUtc,
DateTime endDateTimeUtc,
uint nRows
)
Parameters
- beginDateTimeUtc
Type: System.DateTime
- endDateTimeUtc
Type: System.DateTime
- nRows
Type: System.UInt32
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<TenantLogEntry>