VsaItem.SetOption(String, Object) Method

Definition

Sets the codebase option.

This API supports the product infrastructure and is not intended to be used directly from your code.

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 string literal "codebase".

value
Object

The new value for the option.

Implements

Applies to

See also