Udostępnij przez


ICvssScore.Score Property

Definition

The score of the CVE according to the CVSS specified.

[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="The score of the CVE according to the CVSS specified.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="score", Update=true)]
public float? Score { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="The score of the CVE according to the CVSS specified.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="score", Update=true)>]
member this.Score : Nullable<single> with get, set
Public Property Score As Nullable(Of Single)

Property Value

Attributes

Applies to