'Declaration
ReadOnly Property Text As System.String
'Usage
Dim instance As IFormatCondition Dim value As System.String value = instance.Text
System.string Text {get;}
read-only property Text: System.String;
function get Text : System.String
__property System.string* get_Text();
property System.String^ Text {
System.String^ get();
}