RuleConfiguration.ShortRuleId 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 last part of the rule ID. This is the part of the rule that follows the final "." in the ID name. For instance for a rule ID "My.Org.MyRuleName", the short rule ID would be "MyRuleName".
public string ShortRuleId { get; }
member this.ShortRuleId : string
Public ReadOnly Property ShortRuleId As String