IVsaEngine.RootNamespace Property

Sets or gets the root namespace used by the script engine.

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

Syntax

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

Property Value

Type: System.String
Returns the string value of the root namespace.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace