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