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.