BaseVsaEngine.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

プロパティ値

エンジンによって使用されるルート名前空間。

実装

適用対象