SPLinkButton.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 SPLinkButton
Dim value As AuthenticationRestrictions

value = instance.AuthenticationRestrictions

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

Property value

Type: Microsoft.SharePoint.Utilities.AuthenticationRestrictions

See also

Reference

SPLinkButton class

SPLinkButton members

Microsoft.SharePoint.WebControls namespace