IVsaEngine.RootNamespace, propriété

Définit ou obtient l'espace de noms racine utilisé par le moteur de script.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Retourne la valeur de chaîne de l'espace de noms racine.

Voir aussi

Référence

IVsaEngine Interface

Microsoft.Vsa, espace de noms