SPFieldLink.PrimaryPIAttribute 属性

获取或设置主处理指令 ( PrimaryPITarget属性指定) 用于升级和降级文档属性的属性。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property PrimaryPIAttribute As String
    Get
    Set
用法
Dim instance As SPFieldLink
Dim value As String

value = instance.PrimaryPIAttribute

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

属性值

类型:System.String
一个字符串,包含的属性名称。

备注

如果指定此属性的值时,您还必须指定PrimaryPITarget属性的值。

另请参阅

引用

SPFieldLink 类

SPFieldLink 成员

Microsoft.SharePoint 命名空间

PrimaryPITarget

其他资源

Using Content Types to Specify XML Document Properties

XMl Parser Processing

FieldRef Element (ContentType)

Fields and Field References