Open this page in the API Guide

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

Parameters

parameterId
Type: System.Guid
ID of the parameter.

Property Value

Type: ParameterValue
The ParameterValue.

Return Value

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