Show / Hide Table of Contents

Class AttachedText

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

Properties

| Improve this Doc View Source

Content

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

ContentType

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

Encoding

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