ViewCreationInformation.ViewTypeKind property

Gets or sets a value that specifies the type of the new list view.

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

Syntax

'Declaration
Public Property ViewTypeKind As ViewType
    Get
    Set
'Usage
Dim instance As ViewCreationInformation
Dim value As ViewType

value = instance.ViewTypeKind

instance.ViewTypeKind = value
public ViewType ViewTypeKind { get; set; }

Property value

Type: Microsoft.SharePoint.Client.ViewType
Returns a ViewType instance representing the type of the new list view.

See also

Reference

ViewCreationInformation class

ViewCreationInformation members

Microsoft.SharePoint.Client namespace