Option ParameterDefault Value 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)
The default value for the parameter.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string DefaultValue { get; set; }VB
Public Property DefaultValue As String
Get
SetProperty Value
StringThe default value for the parameter.
Implements
ICapeOptionParameterSpecDefaultValueRemarks
Gets and sets the default value of the parameter.