Partager via


ViewCreationInformation.Query - Propriété

Obtient ou définit un identificateur d’utilisateur.

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 Property Query As String
    Get
    Set
'Utilisation
Dim instance As ViewCreationInformation
Dim value As String

value = instance.Query

instance.Query = value
public string Query { get; set; }

Valeur de propriété

Type : System.String
Renvoie une instance String représentant la requête pour le nouvel affichage de liste.

Remarques

Il doit être une référence Null (Rien dans Visual Basic) ou un fragment XML valide qui est conforme à CamlQueryRoot

Schéma

xs:complexType name="CamlQueryRoot"
   xs:all
      xs:element name="Where" type="LogicalJoinDefinition" minOccurs="0" maxOccurs="1" /
      xs:element name="OrderBy" type="OrderByDefinition" minOccurs="0" maxOccurs="1" /
      xs:element name="GroupBy" type="GroupByDefinition" minOccurs="0" maxOccurs="1" /
   xs:all
xs:complexType

Voir aussi

Référence

ViewCreationInformation classe

ViewCreationInformation - Membres

Microsoft.SharePoint.Client - Espace de noms