ParameterValueCollectionItem Property

Gets or sets the ParameterValue with the specified parameter ID.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ParameterValue? this[
	Guid parameterId
] { get; set; }

Parameters

parameterId  Guid
ID of the parameter.

Property Value

ParameterValue
The ParameterValue.

Return Value

ParameterValue
The ParameterValue or if the parameter is not in the collection.
See Also