ExecutionReport.ExecType Property

Gets or sets the type of the execute.
public ExecType ExecType {get; set;}
This language is not supported or no code example is available.
public:  
property ExecType ExecType { 
ExecType get( ); 
void set( 
ExecType value 
); 
}
This language is not supported or no code example is available.
public function get ExecType() : ExecType
public function set ExecType(value : ExecType);
This language is not supported or no code example is available.

Property Value

ExecType

The type of the execute.

In this article

Definition