IWorkflowCompilerOptionsService.RootNamespace Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the root namespace set for the project.
public:
 property System::String ^ RootNamespace { System::String ^ get(); };public string RootNamespace { get; }member this.RootNamespace : stringPublic ReadOnly Property RootNamespace As StringProperty Value
The name of the root namespace.
Remarks
This property is used in Visual Basic compilation environment to pass the root namespace of the project to the compiler.