BpmPropertyLongText.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 BpmPropertyLongText
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.
Exceptions
Exception | Condition |
---|---|
BpmException | Thrown if the length exceeds the value that is specified in the InvalidTextLength field. |