SettingMessage.Severity 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 the rule that determines if this message is visible in the UI.
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember]
public Microsoft.VisualStudio.Extensibility.Settings.SettingMessageSeverity Severity { get; init; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember>]
member this.Severity : Microsoft.VisualStudio.Extensibility.Settings.SettingMessageSeverity with get, set
Public Property Severity As SettingMessageSeverity
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute