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.
Legacy property for the CVE CVSS version 2 score, if one existed.
[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="Legacy property for the CVE CVSS version 2 score, if one existed.", 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
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Legacy property for the CVE CVSS version 2 score, if one existed.", 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