MsIfmxParameterCollection.AddWithValue(String, Object) Method

Definition

public:
 Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ AddWithValue(System::String ^ parameterName, System::Object ^ value);
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter AddWithValue (string parameterName, object value);
member this.AddWithValue : string * obj -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Function AddWithValue (parameterName As String, value As Object) As MsIfmxParameter

Parameters

parameterName
String
value
Object

Returns

MsIfmxParameter

Applies to