Member.Caption Property
Gets or sets the caption of the member.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Caption As String
Get
Set
'Usage
Dim instance As Member
Dim value As String
value = instance.Caption
instance.Caption = value
public string Caption { get; set; }
Property Value
Type: System.String
The caption of the member.