Edit

Share via


IWorkflowCompilerOptionsService.RootNamespace Property

Definition

Gets the root namespace set for the project.

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

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

Applies to