ExportSettings.WebPartTitle Property

The title of the Web Part.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Property WebPartTitle As String
    Get
    Set
'Usage
Dim instance As ExportSettings
Dim value As String

value = instance.WebPartTitle

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

Property Value

Type: System.String

See Also

Reference

ExportSettings Class

ExportSettings Members

Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace