SPForm.SchemaXml - Propriété
Obtient le schéma en Langage CAML (Collaborative Application Markup Language) qui définit le formulaire.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SchemaXml As String
Get
'Utilisation
Dim instance As SPForm
Dim value As String
value = instance.SchemaXml
public string SchemaXml { get; }
Valeur de propriété
Type : System.String
Chaîne qui contient le schéma de CAML.