Share via


ListCreationInformation.CustomSchemaXml Property

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

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 CustomSchemaXml As String
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As String

value = instance.CustomSchemaXml

instance.CustomSchemaXml = value
[RemoteAttribute]
public string CustomSchemaXml { get; set; }

Property Value

Type: System.String
Returns a String.instance representing the list schema of the new list.

Remarks

It must be an XML fragment that conforms to List Schema.

See Also

Reference

ListCreationInformation Class

ListCreationInformation Members

Microsoft.SharePoint.Client Namespace