BaseVsaEngine.SetOption(String, Object) Method

Definition

Sets implementation-specific options for the engine.

public:
 virtual void SetOption(System::String ^ name, System::Object ^ value);
public virtual void SetOption (string name, object value);
abstract member SetOption : string * obj -> unit
override this.SetOption : string * obj -> unit
Public Overridable Sub SetOption (name As String, value As Object)

Parameters

name
String

The name of the option to set.

value
Object

The name of the option to set.

Implements

Applies to