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