View.StyleId Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property StyleId As String
    Get
'Usage
Dim instance As View
Dim value As String

value = instance.StyleId
[RemoteAttribute]
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