ListCreationInformation.CustomSchemaXml propriedade
Obtém ou define um valor que especifica o esquema de lista da nova lista.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Property CustomSchemaXml As String
Get
Set
'Uso
Dim instance As ListCreationInformation
Dim value As String
value = instance.CustomSchemaXml
instance.CustomSchemaXml = value
public string CustomSchemaXml { get; set; }
Valor de propriedade
Tipo: System.String
Retorna um .instance Stringque representa o esquema de lista da nova lista.
Comentários
Ele deve ser um fragmento XML que está em conformidade com o esquema de lista.
Ver também
Referência
ListCreationInformation classe