RulesResultsInput 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.
Rules results input.
public class RulesResultsInput
type RulesResultsInput = class
Public Class RulesResultsInput
- Inheritance
-
RulesResultsInput
Constructors
RulesResultsInput() |
Initializes a new instance of the RulesResultsInput class. |
RulesResultsInput(Nullable<Boolean>, IDictionary<String,IList<IList<String>>>) |
Initializes a new instance of the RulesResultsInput class. |
Properties
LatestScan |
Gets or sets take results from latest scan. |
Results |
Gets or sets expected results to be inserted into the baseline.Leave this field empty it LatestScan == true. |