SPField.PITarget Property
Gets or sets the document processing instruction in which the column value is stored in documents of the specified content type, which is used for property promotion and demotion in XML documents.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property PITarget As String
Get
Set
'Usage
Dim instance As SPField
Dim value As String
value = instance.PITarget
instance.PITarget = value
public string PITarget { get; set; }
Property Value
Type: System.String
A string that contains the document processing instruction in which the column value is stored.