Order.ExecInst Property
Gets the execInst.
[ReadOnly(true)]
public string ExecInst {get; set;}
This language is not supported or no code example is available.
[ReadOnly(true)]
public:
property String^ ExecInst {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
ReadOnly(true)
function get ExecInst() : String;
public
ReadOnly(true)
function set ExecInst(value : String);
This language is not supported or no code example is available.
Property Value
string
The execInst.
In this article
Definition