Summary
Gets or sets the default value of this Parameter property.
Syntax
public Object DefaultValue{ get; set; }
Example 1
//... //The value for Periods is fourteen [Parameter(DefaultValue = 14)] public int Periods { get; set; } //...
public Object DefaultValue{ get; set; }
//... //The value for Periods is fourteen [Parameter(DefaultValue = 14)] public int Periods { get; set; } //...