SPField.XPath - Propriété

Obtient ou définit l'expression XPath au champ.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property XPath As String
    Get
    Set
'Utilisation
Dim instance As SPField
Dim value As String

value = instance.XPath

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

Valeur de propriété

Type : System.String
Une chaîne contenant l'expression XPath.

Voir aussi

Référence

SPField classe

SPField - Membres

Microsoft.SharePoint - Espace de noms