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