Share via


BpmPropertyText.Text property

Gets or sets the value to display.

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

Syntax

'Declaration
Public Overridable Property Text As String
    Get
    Set
'Usage
Dim instance As BpmPropertyText
Dim value As String

value = instance.Text

instance.Text = value
public virtual string Text { get; set; }

Property value

Type: System.String
The value to display.

Remarks

The length cannot be longer than the value specified by the TextLength field.

See also

Reference

BpmPropertyText class

BpmPropertyText members

Microsoft.PerformancePoint.Scorecards namespace