SPWebPartConnection.CrossPageSchema 属性

获取或设置跨页连接中使用的属性的属性说明符。

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

语法

声明
Public Property CrossPageSchema As String
    Get
    Set
用法
Dim instance As SPWebPartConnection
Dim value As String

value = instance.CrossPageSchema

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

属性值

类型:System.String
属性说明符的跨页连接中使用的属性。

备注

使用以下格式设置属性说明符:

<Properties>
 <Property Name="EmployeeName" DisplayName="Employee Name" Descriptrion="Employee Name Description"/>
 <Property Name="EmployeeAddress" DisplayName="Employee Address" Descriptrion="Employee Address Description"/>
 <Property Name="EmployeeZipCode" DisplayName="Employee Zip Code" Descriptrion="Employee Zip Code Descriptrion"/>
</Properties>

另请参阅

引用

SPWebPartConnection 类

SPWebPartConnection 成员

Microsoft.SharePoint.WebPartPages 命名空间