BRItem.Text Property

Definition

Gets or sets the text describing the business rule item.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Text { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Text : string with get, set
Public Property Text As String

Property Value

A string representing the descriptive text.

Attributes

Applies to