IVsaItem.SetOption Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets implementation-specific options for a script engine.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub SetOption ( _
    name As String, _
    value As Object _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void SetOption(
    string name,
    Object value
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void SetOption(
    String^ name, 
    Object^ value
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract SetOption : 
        name:string * 
        value:Object -> unit
function SetOption(
    name : String, 
    value : Object
)

Parameters

See Also

Reference

IVsaItem Interface

Microsoft.Vsa Namespace