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
'إقرار
Property RootNamespace As String
Get
Set
'الاستخدام
Dim instance As IVsaEngine
Dim value As String
value = instance.RootNamespace
instance.RootNamespace = value
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.