Order.Provider Property
[Browsable(false)]
public IExecutionProvider Provider {get; set;}
This language is not supported or no code example is available.
[Browsable(false)]
public:
property IExecutionProvider^ Provider {
IExecutionProvider^ get( );
void set(
IExecutionProvider^ value
);
}
This language is not supported or no code example is available.
public
Browsable(false)
function get Provider() : IExecutionProvider;
public
Browsable(false)
function set Provider(value : IExecutionProvider);
This language is not supported or no code example is available.
Property Value
IExecutionProviderThe provider.