Show / Hide Table of Contents

Class OrganizationalEntityOrContact

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

Properties

| Improve this Doc View Source

Individual

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

Organization

Declaration
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX