BaseVsaEngine.SetCustomOption(String, Object) Method

Definition

Sets implementation-specific options for the engine.

protected:
 abstract void SetCustomOption(System::String ^ name, System::Object ^ value);
protected abstract void SetCustomOption (string name, object value);
abstract member SetCustomOption : string * obj -> unit
Protected MustOverride Sub SetCustomOption (name As String, value As Object)

Parameters

name
String

The name of the option to set.

value
Object

The value for the option being set.

Applies to