ListItemCreationInformation Class
Specifies the properties of the new list item.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ListItemCreationInformation
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.ListItemCreationInformation", ValueObject := True, _
ServerTypeId := "{54cdbee5-0897-44ac-829f-411557fa11be}")> _
Public NotInheritable Class ListItemCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As ListItemCreationInformation
[ScriptTypeAttribute("SP.ListItemCreationInformation", ValueObject = true,
ServerTypeId = "{54cdbee5-0897-44ac-829f-411557fa11be}")]
public sealed class ListItemCreationInformation : 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.