WorkflowCompilationContext.RootNamespace Property

Definition

Gets the workflow compiler options RootNamespace that is available at the current scope.

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 workflow compiler options root namespace that is available at the current scope.

Applies to