ParameterDefaultValue Property |
Gets or sets the default value.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic ParameterValue DefaultValue { get; set; }Public Property DefaultValue As ParameterValue
Get
Set
public:
property ParameterValue^ DefaultValue {
ParameterValue^ get ();
void set (ParameterValue^ value);
}member DefaultValue : ParameterValue with get, set
Property Value
Type:
ParameterValue
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | The specified value is . |
| ArgumentException | The specified value is invalid for the current instance. |
See Also