Order.Text Property

Gets or sets the text.
[ReadOnly(true)] 
public string Text {get; set;}
This language is not supported or no code example is available.
[ReadOnly(true)] 
public:  
property String^ Text { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public  
ReadOnly(true) 
function get Text() : String
public  
ReadOnly(true) 
function set Text(value : String);
This language is not supported or no code example is available.

Property Value

string

The text.

In this article

Definition