Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'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; }
Type: System.String
A string that contains the document processing instruction in which the column value is stored.