ICveResource.CvssV2Score 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.
CVSS V2 score of the CVE.
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="CVSS V2 score of the CVE.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cvssV2Score", Update=true)]
public string CvssV2Score { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="CVSS V2 score of the CVE.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cvssV2Score", Update=true)>]
member this.CvssV2Score : string with get, set
Public Property CvssV2Score As String
Property Value
- Attributes