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 (24.1.0.1000)
Syntax
public ParameterValue this[
	Guid parameterId
] { get; set; }

Parameters

parameterId
Type: SystemGuid
ID of the parameter.

Property Value

Type: ParameterValue
The ParameterValue.

Return Value

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