IVsaEngine.RootMoniker Property
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.