Show / Hide Table of Contents

Class OrganizationalContact

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

Properties

| Improve this Doc View Source

BomRef

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

Email

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

Name

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

Phone

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