IRuleResults.LatestScan 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.
Take results from latest scan.
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Take results from latest scan.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="latestScan", Update=true)]
public bool? LatestScan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Take results from latest scan.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="latestScan", Update=true)>]
member this.LatestScan : Nullable<bool> with get, set
Public Property LatestScan As Nullable(Of Boolean)
Property Value
- Attributes