IJSVsaEngine.RootNamespace 属性

定义

获取或设置脚本引擎使用的根命名空间。

public:
 property System::String ^ RootNamespace { System::String ^ get(); void set(System::String ^ value); };
public string RootNamespace { get; set; }
member this.RootNamespace : string with get, set
Public Property RootNamespace As String

属性值

String

引擎的命名空间。

适用于