NamespaceResource.Critical 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 or sets whether or not the namespace is set as Critical.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.critical")]
public bool? Critical { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.critical")>]
member this.Critical : Nullable<bool> with get, set
Public Property Critical As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute