SPULSRetriever.MaximumEntries property
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaximumEntries As Integer
Get
Set
'Usage
Dim instance As SPULSRetriever
Dim value As Integer
value = instance.MaximumEntries
instance.MaximumEntries = value
public int MaximumEntries { get; set; }
Property value
Type: System.Int32