SPField.XPath property
Obtém ou define a expressão XPath no campo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property XPath As String
Get
Set
'Uso
Dim instance As SPField
Dim value As String
value = instance.XPath
instance.XPath = value
public string XPath { get; set; }
Property value
Type: System.String
Uma string que contém a expressão XPath.