Class AttachedText
Inherited Members
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class AttachedText
Properties
| Edit this page View SourceContent
Declaration
[ProtoMember(3)]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentType
Declaration
[ProtoMember(1)]
public string ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Encoding
Declaration
[ProtoMember(2)]
public string Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| string |