Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the property descriptors for the properties used in the cross-page connection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CrossPageSchema As String
Get
Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String
value = instance.CrossPageSchema
instance.CrossPageSchema = value
public string CrossPageSchema { get; set; }
Property Value
Type: System.String
The property descriptors for the properties used in the cross-page connection.
Remarks
Use the following format to set property descriptors:
<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>