SPView.StyleID property
Gets the ID of the view style for the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property StyleID As String
Get
'Usage
Dim instance As SPView
Dim value As String
value = instance.StyleID
public string StyleID { get; }
Property value
Type: System.String
A string that contains the ID.