ValueMap.SetParameterValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the corresponding named parameter.
public:
void SetParameterValue(System::String ^ parameterName, System::Object ^ parameterValue);
public void SetParameterValue (string parameterName, object parameterValue);
member this.SetParameterValue : string * obj -> unit
Public Sub SetParameterValue (parameterName As String, parameterValue As Object)
Parameters
- parameterName
- String
The name of the parameter.
- parameterValue
- Object
The value for the parameter.