AccountTransaction.Text Property

Gets the text comment about this transaction.
[DataMember(Name = "text")] 
public string Text {get;}
This language is not supported or no code example is available.
[DataMember(Name = "text")] 
public:  
property String^ Text { 
String^ get( ); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "text") 
function get Text() : String;
This language is not supported or no code example is available.

Property Value

string

The text.

In this article

Definition