ListCreationInformation Class
Specifies the properties of the new list.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ListCreationInformation
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.ListCreationInformation", ValueObject := True, _
ServerTypeId := "{e247b7fc-095e-4ea4-a4c9-c5d373723d8c}")> _
Public NotInheritable Class ListCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As ListCreationInformation
[ScriptTypeAttribute("SP.ListCreationInformation", ValueObject = true,
ServerTypeId = "{e247b7fc-095e-4ea4-a4c9-c5d373723d8c}")]
public sealed class ListCreationInformation : 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.