Class OrganizationalEntityOrContact
Inheritance
System.Object
OrganizationalEntityOrContact
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class OrganizationalEntityOrContact : object
Properties
| Improve this Doc View SourceIndividual
Declaration
public OrganizationalContact Individual { get; set; }
Property Value
Type | Description |
---|---|
OrganizationalContact |
Organization
Declaration
public OrganizationalEntity Organization { get; set; }
Property Value
Type | Description |
---|---|
OrganizationalEntity |