ViewCreationInformation.ViewTypeKind Property
Gets or sets a value that specifies the type of the new 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 Property ViewTypeKind As ViewType
Get
Set
'Usage
Dim instance As ViewCreationInformation
Dim value As ViewType
value = instance.ViewTypeKind
instance.ViewTypeKind = value
[RemoteAttribute]
public ViewType ViewTypeKind { get; set; }
Property Value
Type: Microsoft.SharePoint.Client.ViewType
Returns a ViewType instance representing the type of the new list view.