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.

See also

Reference

Member class

Member members

Microsoft.PerformancePoint.Scorecards namespace