ParameterDataDefaultValue Property

Gets or sets the default value.

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataMemberAttribute(Name = "defaultValue", EmitDefaultValue = false)]
public ParameterValueData DefaultValue { get; set; }

Property Value

ParameterValueData
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified value is .
ArgumentExceptionThe specified value is invalid for the current instance.
See Also