SPWebPartConnection.CrossPageSchema property
取得或設定用於跨網頁連結的屬性的屬性描述項。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: 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>