API Reference
Class
AsrEntry
Single ASR rule entry value with friendly projections for reporting.
Inheritance
- Object
- AsrEntry
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 AsrEntry.<Clone>$
- Property View.Entries
Accepted by parameters
- Constructor View.View
- Method View.Deconstruct
Constructors
public AsrEntry(String RuleId, Nullable<UInt32> Value) #Single ASR rule entry value with friendly projections for reporting.
Parameters
- RuleId System.String
- Rule GUID-like identifier.
- Value System.Nullable{System.UInt32}
- Configured value (null when not set); Block is 1, Audit is 2, Warn is 6.
Methods
Inherited Methods
Properties
public String RuleId { get; set; } #Rule GUID-like identifier.
public Nullable<UInt32> Value { get; set; } #Configured value (null when not set); Block is 1, Audit is 2, Warn is 6.
public String RuleName { get; } #Friendly rule name mapped from RuleId.
public String Mode { get; } #Friendly action label derived from Value (Block/Audit/Warn/Off).