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)

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.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace