Class OrganizationalEntityOrContact
Inherited Members
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class OrganizationalEntityOrContact
Properties
| Edit this page View SourceIndividual
Declaration
[ProtoMember(2)]
public OrganizationalContact Individual { get; set; }
Property Value
Type | Description |
---|---|
OrganizationalContact |
Organization
Declaration
[ProtoMember(1)]
public OrganizationalEntity Organization { get; set; }
Property Value
Type | Description |
---|---|
OrganizationalEntity |