ChangeLogItemQuery.RowLimit property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property RowLimit As String
Get
Set
'Usage
Dim instance As ChangeLogItemQuery
Dim value As String
value = instance.RowLimit
instance.RowLimit = value
public string RowLimit { get; set; }
Property value
Type: System.String