 | TemporalSettingsNamespace Property |
Specifies the default Temporal namespace for this client. This is required and defaults to "default".
Namespace:
Neon.Temporal
Assembly:
Neon.Temporal (in Neon.Temporal.dll) Version: 2.10.0-alpha
Syntaxpublic string Namespace { get; set; }
Public Property Namespace As String
Get
Set
public:
property String^ Namespace {
String^ get ();
void set (String^ value);
}
member Namespace : string with get, set
Property Value
Type:
String
Remarks
The default namespace can be overridden for workflow interfaces via
Namespace
or for specific interface methods via
Namespace.
See Also