ICvssScore.Score 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.
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