Share via


ApprovalMessage.Visible property

Gets a value that indicates whether the ApprovalMessage object is visible.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Visible As Boolean
    Get
'Usage
Dim instance As ApprovalMessage
Dim value As Boolean

value = instance.Visible
public override bool Visible { get; }

Property value

Type: System.Boolean
A Boolean value. true if the message is marked visible; otherwise, false.

See also

Reference

ApprovalMessage class

ApprovalMessage members

Microsoft.SharePoint.WebControls namespace