FluxConfiguration.NamespaceProperty Property

Definition

Gets or sets the namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.namespace")]
public string NamespaceProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.namespace")>]
member this.NamespaceProperty : string with get, set
Public Property NamespaceProperty As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to