ViewCreationInformation Class
Specifies the properties used to create a new list view.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ViewCreationInformation
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
<ScriptTypeAttribute("SP.ViewCreationInformation", ValueObject := True, _
ServerTypeId := "{a3547807-7266-42f3-b055-afa6e840e458}")> _
Public NotInheritable Class ViewCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As ViewCreationInformation
[ScriptTypeAttribute("SP.ViewCreationInformation", ValueObject = true,
ServerTypeId = "{a3547807-7266-42f3-b055-afa6e840e458}")]
public sealed class ViewCreationInformation : ClientValueObject
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.