Show / Hide Table of Contents

Class Affects

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

Properties

| Improve this Doc View Source

Ref

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

Versions

Declaration
public List<AffectedVersions> Versions { get; set; }
Property Value
Type Description
List<AffectedVersions>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX