CommandHeader.Parameters Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::HostIntegration::MqClient::ProgrammableCommandFormat::Parameters::CommandParameter ^> ^ Parameters { System::Collections::Generic::List<Microsoft::HostIntegration::MqClient::ProgrammableCommandFormat::Parameters::CommandParameter ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.CommandParameter> Parameters { get; }
member this.Parameters : System.Collections.Generic.List<Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.CommandParameter>
Public ReadOnly Property Parameters As List(Of CommandParameter)

Property Value

List<CommandParameter>

Applies to