Share via


LargeListContextInformation.PercentageOfMaxItemsForSizeWarning property

This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the percentage value used to calculate the bar above which the warning message for performing large list operations will be displayed.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property PercentageOfMaxItemsForSizeWarning As Integer
    Get
    Set
'Usage
Dim instance As LargeListContextInformation
Dim value As Integer

value = instance.PercentageOfMaxItemsForSizeWarning

instance.PercentageOfMaxItemsForSizeWarning = value
public int PercentageOfMaxItemsForSizeWarning { get; set; }

Property value

Type: System.Int32
The Int32 object that represents the percentage value used to calculate the bar above which the warning message for performing large list operations will be displayed. If the return value is zero, nothing will be displayed.

See also

Reference

LargeListContextInformation class

LargeListContextInformation members

Microsoft.Office.Server.WebControls namespace