ICape Option Parameter SpecDefault Value Property
Gets 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 of the parameter.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(1)]
string DefaultValue { get; }VB
<DispIdAttribute(1)>
ReadOnly Property DefaultValue As String
GetProperty Value
StringThe default value of the parameter.
Remarks
A default string value for the parameter.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeInvalidArgument | To be used when an invalid argument value is passed, for example, an unrecognised Compound identifier or UNDEFINED for the props argument. |