OptionParameterDefaultValue Property

Gets and Sets the default value of the parameter.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public string DefaultValue { get; set; }

Property Value

String
The default value for the parameter.

Implements

ICapeOptionParameterSpecDefaultValue

Remarks

Gets and sets the default value of the parameter.

See Also