Cvss Constructors
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.
Overloads
Cvss() |
Initializes a new instance of the Cvss class. |
Cvss(Nullable<Double>) |
Initializes a new instance of the Cvss class. |
Cvss()
Initializes a new instance of the Cvss class.
public Cvss ();
Public Sub New ()
Applies to
Cvss(Nullable<Double>)
Initializes a new instance of the Cvss class.
public Cvss (double? baseProperty = default);
new Microsoft.Azure.Management.Security.Models.Cvss : Nullable<double> -> Microsoft.Azure.Management.Security.Models.Cvss
Public Sub New (Optional baseProperty As Nullable(Of Double) = Nothing)