ListCreationInformation.CustomSchemaXml property
Gets or sets a value that specifies the list schema of the new list.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property CustomSchemaXml As String
Get
Set
'Usage
Dim instance As ListCreationInformation
Dim value As String
value = instance.CustomSchemaXml
instance.CustomSchemaXml = value
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.