Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the file name of the cascading style sheet (CSS) that is specified by the CssStyleSheet attribute of the view schema.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property CssStyleSheet As String
Get
'Usage
Dim instance As SPView
Dim value As String
value = instance.CssStyleSheet
public string CssStyleSheet { get; }
Property Value
Type: System.String
String
The CSS file name.