View.StyleId property

Gets a value that specifies the identifier of the view style for the list view.

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

Syntax

'Declaration
Public ReadOnly Property StyleId As String
    Get
'Usage
Dim instance As View
Dim value As String

value = instance.StyleId
public string StyleId { get; }

Property value

Type: System.String
Returns a String instance representing the identifier of the view style for the list view.

Remarks

It must be a null reference (Nothing in Visual Basic) or conform to ViewStyleReference.

The ListTemplateDefinitions type is the container for a set of list templates for the site.

Schema

<xs:complexType name="ListTemplateDefinitions" mixed="true">
   <xs:sequence>
      <xs:element name="ListTemplate" type="ListTemplateDefinition" minOccurs="0" maxOccurs="unbounded" />
   </xs:sequence>
</xs:complexType>

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace