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

エンジンの名前空間。

適用対象