ParameterValueCollectionSetValue Method  | 
 
            Sets the specified parameter value.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic void SetValue(
	Guid parameterId,
	Object parameterValue
)
Public Sub SetValue ( 
	parameterId As Guid,
	parameterValue As Object
)
public:
void SetValue(
	Guid parameterId, 
	Object^ parameterValue
)
member SetValue : 
        parameterId : Guid * 
        parameterValue : Object -> unit 
Parameters
- parameterId
 - Type: SystemGuid
ID of the parameter. - parameterValue
 - Type: SystemObject
The parameter value. 
Exceptions
See Also