Share via


NamedSet.GetCaption method

Returns the caption of this named set, which is the display name without the enclosing square brackets.

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

Syntax

'Declaration
Public Function GetCaption As String
'Usage
Dim instance As NamedSet
Dim returnValue As String

returnValue = instance.GetCaption()
public string GetCaption()

Return value

Type: System.String
The caption of this named set.

See also

Reference

NamedSet class

NamedSet members

Microsoft.PerformancePoint.Scorecards namespace