SPField.XPath-Eigenschaft
Ruft ab oder legt den XPath-Ausdruck auf das Feld.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property XPath As String
Get
Set
'Usage
Dim instance As SPField
Dim value As String
value = instance.XPath
instance.XPath = value
public string XPath { get; set; }
Eigenschaftswert
Typ: System.String
Eine Zeichenfolge, die den XPath-Ausdruck enthält.