API Reference
Class
AsrEntry
Single ASR rule entry value with friendly projections for reporting.
Inheritance
- Object
- AsrEntry
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).