NamespaceDescription.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 the description is a nullable critical description.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="Critical", Order=110)]
public bool? Critical { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="Critical", Order=110)>]
member this.Critical : Nullable<bool> with get, set
Public Property Critical As Nullable(Of Boolean)
Property Value
true if the description is a nullable critical description; otherwise, false.
- Attributes