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