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.