Share via


ChartWebPart.SiteSpecificWebUIUrl Property

Gets the URL of the location used to store the wizard pages for customizing the Chart Web Part.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public ReadOnly Property SiteSpecificWebUIUrl As String
    Get
'Usage
Dim instance As ChartWebPart
Dim value As String

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

Property Value

Type: System.String
The String object that represents the URL of the location used to store the wizard pages for customizing the Chart Web Part.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace