API Reference
GroupRiskThresholds
Thresholds used to classify groups into risk levels for reporting scenarios.
Inheritance
- Object
- GroupRiskThresholds
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
- Property GroupReportingScenarioOptions.RiskThresholds
- Property GroupRiskThresholds.Default
Accepted by parameters
Constructors
public GroupRiskThresholds() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 MediumDirectMemberCount { get; set; } #Medium threshold for direct membership count. A value of 0 means the medium direct-membership reason is always flagged.
public Int32 HighDirectMemberCount { get; set; } #High threshold for direct membership count.
public Int32 MediumTotalMemberCount { get; set; } #Medium threshold for effective total membership count. A value of 0 means the medium total-membership reason is always flagged.
public Int32 HighTotalMemberCount { get; set; } #High threshold for effective total membership count.
public Int32 MediumNestingDepth { get; set; } #Medium threshold for maximum nesting depth. A value of 0 means the medium nesting-depth reason is always flagged.
public Int32 HighNestingDepth { get; set; } #High threshold for maximum nesting depth.
public Boolean TreatCircularAsHighRisk { get; set; } #Treat circular membership as high risk when set.
public static GroupRiskThresholds Default { get; } #Default risk thresholds.