Class Parameter
Inheritance
System.Object
Parameter
Assembly: CycloneDX.Core.dll
Syntax
public class Parameter : object
Properties
|
Improve this Doc
View Source
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|