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 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