API Reference
Class
RuleListEntry
Represents a rule entry for listing and export.
Inheritance
- Object
- RuleListEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method RuleListing.ToEntries
Constructors
public RuleListEntry() #Inherited Methods
Properties
public String DisplayName { get; set; } #Display name, when available.
public String SourceType { get; set; } #Source type (CSharp or PowerShell).
public Boolean EnabledByDefault { get; set; } #Whether the rule is enabled by default.
public IReadOnlyList<String> OverrideKeys { get; set; } #Override keys available for the rule.