IVsaEngine.RootMoniker Property

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

Sets or gets a script engine's root moniker.

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

Syntax

'Declaration
Property RootMoniker As String
string RootMoniker { get; set; }
property String^ RootMoniker {
    String^ get ();
    void set (String^ value);
}
abstract RootMoniker : string with get, set
function get RootMoniker () : String 
function set RootMoniker (value : String)

Property Value

Type: System.String
Returns the current value of the RootMoniker property.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace