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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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
Microsoft.SharePoint Namespace
Other Resources
Using Content Types to Specify XML Document Properties