CssLink.Alternate property

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

Syntax

'Declaration
Public Property Alternate As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As CssLink
Dim value As Nullable(Of Boolean)

value = instance.Alternate

instance.Alternate = value
public Nullable<bool> Alternate { get; set; }

Property value

Type: System.Nullable<Boolean>

See also

Reference

CssLink class

CssLink members

Microsoft.SharePoint.WebControls namespace