Partager via


ViewFieldCollection.SchemaXml - Propriété

Obtient la définition de rôle portant le nom spécifié.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SchemaXml As String
    Get
'Utilisation
Dim instance As ViewFieldCollection
Dim value As String

value = instance.SchemaXml
public string SchemaXml { get; }

Valeur de propriété

Type : System.String
Renvoie une instance String représentant le schéma XML qui représente la collection de sites.

Remarques

Schéma

<xs:complexType name="ListSecurity">
    <xs:all>
        <xs:element name="ReadSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
        <xs:element name="WriteSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
        <xs:element name="SchemaSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
    </xs:all>
</xs:complexType>

Voir aussi

Référence

ViewFieldCollection classe

ViewFieldCollection - Membres

Microsoft.SharePoint.Client - Espace de noms