Freigeben über


ICveResult.EffectiveCvssScore Property

Definition

The most recent CVSS score of the CVE.

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

Property Value

Attributes

Applies to