Share via


LargeListContextInformation.ShowOperationWarning property

This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets a flag that specifies whether to show the warning message for performing large list operations.

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

Syntax

'Declaration
Public Property ShowOperationWarning As Boolean
    Get
    Set
'Usage
Dim instance As LargeListContextInformation
Dim value As Boolean

value = instance.ShowOperationWarning

instance.ShowOperationWarning = value
public bool ShowOperationWarning { get; set; }

Property value

Type: System.Boolean
true if the warning message for performing large list operations should be shown; otherwise, false.

See also

Reference

LargeListContextInformation class

LargeListContextInformation members

Microsoft.Office.Server.WebControls namespace