SPRibbon.AuthenticationRestrictions property

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

Syntax

'Declaration
Public Property AuthenticationRestrictions As AuthenticationRestrictions
    Get
    Set
'Usage
Dim instance As SPRibbon
Dim value As AuthenticationRestrictions

value = instance.AuthenticationRestrictions

instance.AuthenticationRestrictions = value
public AuthenticationRestrictions AuthenticationRestrictions { get; set; }

Property value

Type: Microsoft.SharePoint.Utilities.AuthenticationRestrictions
Returns AuthenticationRestrictions.

See also

Reference

SPRibbon class

SPRibbon members

Microsoft.SharePoint.WebControls namespace