IWorkflowCompilerOptionsService.RootNamespace プロパティ

定義

プロジェクトのルート名前空間セットを取得します。

public:
 property System::String ^ RootNamespace { System::String ^ get(); };
public string RootNamespace { get; }
member this.RootNamespace : string
Public ReadOnly Property RootNamespace As String

プロパティ値

ルート名前空間の名前。

注釈

このプロパティは、プロジェクトのルート名前空間Visual Basicコンパイラに渡すためにコンパイル環境で使用されます。

適用対象