RedTeam.IsSimulationOnly Property
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.
Simulation-only or Simulation + Evaluation. If true the scan outputs conversation not evaluation result. The service defaults to false if a value is not specified by the caller.
public bool? IsSimulationOnly { get; set; }
member this.IsSimulationOnly : Nullable<bool> with get, set
Public Property IsSimulationOnly As Nullable(Of Boolean)