TenantLog.GetEntriesBySource method

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

Syntax

'Declaration
Public Function GetEntriesBySource ( _
    beginDateTimeUtc As DateTime, _
    endDateTimeUtc As DateTime, _
    nRows As UInteger, _
    source As Integer _
) As ClientObjectList(Of TenantLogEntry)
'Usage
Dim instance As TenantLog
Dim beginDateTimeUtc As DateTime
Dim endDateTimeUtc As DateTime
Dim nRows As UInteger
Dim source As Integer
Dim returnValue As ClientObjectList(Of TenantLogEntry)

returnValue = instance.GetEntriesBySource(beginDateTimeUtc, _
    endDateTimeUtc, nRows, source)
public ClientObjectList<TenantLogEntry> GetEntriesBySource(
    DateTime beginDateTimeUtc,
    DateTime endDateTimeUtc,
    uint nRows,
    int source
)

Parameters

Return value

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

See also

Reference

TenantLog class

TenantLog members

Microsoft.Online.SharePoint.TenantAdministration namespace