CustomToolPaneManager.ToolPaneTemplate property

Gets the XML used by the tool pane framework to determine the layout of the tool pane.

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ToolPaneTemplate As String
    Get
'Usage
Dim instance As CustomToolPaneManager
Dim value As String

value = instance.ToolPaneTemplate
public string ToolPaneTemplate { get; }

Property value

Type: System.String
A string that contains the XML used by the tool pane framework to determine the layout of the tool pane.

See also

Reference

CustomToolPaneManager class

CustomToolPaneManager members

Microsoft.SharePoint.Meetings namespace