SPFieldLink.PIAttribute property

Gets or sets the attribute of the processing instruction (specified by the PITarget property) to use for document property promotion and demotion.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PIAttribute As String
    Get
    Set
'Usage
Dim instance As SPFieldLink
Dim value As String

value = instance.PIAttribute

instance.PIAttribute = value
public string PIAttribute { get; set; }

Property value

Type: System.String
A string that contains the attribute name.

Remarks

If you specify a value for this property, you must also specify a value for the PITarget property.

See also

Reference

SPFieldLink class

SPFieldLink members

Microsoft.SharePoint namespace

PITarget

Other resources

Using Content Types to Specify XML Document Properties

XMl Parser Processing

FieldRef Element (ContentType)

Fields and Field References