ToolBarMenuButton.CallbackVisibileToUnauthenticated property

Gets or sets a flag which indicates whether or not only authenticated users should see the button when the alternate template contains callback menu items.

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

Syntax

'Declaration
Public Property CallbackVisibileToUnauthenticated As Boolean
    Get
    Set
'Usage
Dim instance As ToolBarMenuButton
Dim value As Boolean

value = instance.CallbackVisibileToUnauthenticated

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

ToolBarMenuButton class

ToolBarMenuButton members

Microsoft.SharePoint.WebControls namespace