Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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