Share via


IVsaEngine.RootNamespace-Eigenschaft

Legt den vom Skriptmodul verwendeten Stammnamespace fest oder ruft ihn ab.

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

Syntax

'Declaration
Property RootNamespace As String
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)

Eigenschaftswert

Typ: String
Gibt den Zeichenfolgenwert des Stammnamespace zurück.

Siehe auch

Referenz

IVsaEngine Schnittstelle

Microsoft.Vsa-Namespace