RuleDescriptor.DisplayDescription 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.
The description of the rule. This should be a short human readable description of what the rule is intended to warn against or block.
This is automatically read from the Metadata property
public string DisplayDescription { get; }
member this.DisplayDescription : string
Public ReadOnly Property DisplayDescription As String