TenantLog.GetEntriesByUser method

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

Syntax

'Declaration
Public Function GetEntriesByUser ( _
    beginDateTimeUtc As DateTime, _
    endDateTimeUtc As DateTime, _
    nRows As UInteger, _
    user As String _
) As ClientObjectList(Of TenantLogEntry)
'Usage
Dim instance As TenantLog
Dim beginDateTimeUtc As DateTime
Dim endDateTimeUtc As DateTime
Dim nRows As UInteger
Dim user As String
Dim returnValue As ClientObjectList(Of TenantLogEntry)

returnValue = instance.GetEntriesByUser(beginDateTimeUtc, _
    endDateTimeUtc, nRows, user)
public ClientObjectList<TenantLogEntry> GetEntriesByUser(
    DateTime beginDateTimeUtc,
    DateTime endDateTimeUtc,
    uint nRows,
    string user
)

Parameters

Return value

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

See also

Reference

TenantLog class

TenantLog members

Microsoft.Online.SharePoint.TenantAdministration namespace