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

Return value

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

See also

Reference

TenantLog class

TenantLog members

Microsoft.Online.SharePoint.TenantAdministration namespace