NamespaceDescription.Critical Property

Definition

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

Applies to