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)

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.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace