Condition Class
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.
Governance rule's condition
public class Condition
type Condition = class
Public Class Condition
- Inheritance
-
Condition
Constructors
Condition() |
Initializes a new instance of the Condition class. |
Condition(String, String, String) |
Initializes a new instance of the Condition class. |
Properties
OperatorProperty |
Gets or sets the governance rule Condition's Operator, for example Equals for severity or In for list of assessments, see examples Possible values include: 'Equals', 'In' |
Property |
Gets or sets the governance rule Condition's Property, e.g. Severity or AssessmentKey, see examples |
Value |
Gets or sets the governance rule Condition's Value like severity Low, High or assessments keys, see examples |