Show / Hide Table of Contents

Class AffectedVersions

Inheritance
System.Object
AffectedVersions
Namespace: CycloneDX.Models.Vulnerabilities
Assembly: CycloneDX.Core.dll
Syntax
public class AffectedVersions : object

Properties

| Improve this Doc View Source

Range

Declaration
public string Range { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Status

Declaration
public Status Status { get; set; }
Property Value
Type Description
Status
| Improve this Doc View Source

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX