Class AttachedText
Inheritance
System.Object
AttachedText
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 |
|