ParameterValueCollectionItem Property  | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ParameterValue? this[
	Guid parameterId
] { get; set; }Public Default Property Item ( 
	parameterId As Guid
) As ParameterValue
	Get
	Set
public:
property ParameterValue^ default[Guid parameterId] {
	ParameterValue^ get (Guid parameterId);
	void set (Guid parameterId, ParameterValue^ value);
}member Item : ParameterValue with get, set
Parameters
- parameterId
 - Type: SystemGuid
ID of the parameter. 
Property Value
Type: 
ParameterValue
            The 
ParameterValue.
            
Return Value
Type: 
ParameterValueThe 
ParameterValue or 
 if the parameter is not in the collection.
See Also