LargeListContextInformation.UseInformationBar 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 in a GenericInformationBar control.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property UseInformationBar As Boolean
Get
Set
'Usage
Dim instance As LargeListContextInformation
Dim value As Boolean
value = instance.UseInformationBar
instance.UseInformationBar = value
public bool UseInformationBar { get; set; }
Property value
Type: System.Boolean
true if the GenericInformationBar control is used to display the warning message; otherwise, false.
See also
Reference
LargeListContextInformation class