Web.AlternateCssUrl property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AlternateCssUrl As String
Get
Set
'Usage
Dim instance As Web
Dim value As String
value = instance.AlternateCssUrl
instance.AlternateCssUrl = value
public string AlternateCssUrl { get; set; }
Property value
Type: System.String