AccountTransaction.IsExecutionTransaction Property
Gets the flag defining the exuction transaction.
[DataMember(Name = "isExecutionTransaction")]
public bool IsExecutionTransaction {get;}
This language is not supported or no code example is available.
[DataMember(Name = "isExecutionTransaction")]
public:
property bool IsExecutionTransaction {
bool get( );
}
This language is not supported or no code example is available.
public
DataMember(Name = "isExecutionTransaction")
function get IsExecutionTransaction() : boolean;
This language is not supported or no code example is available.
Property Value
bool
The flag.
In this article
Definition