MsIfmxParameterCollection.Item[] Property

Definition

Overloads

Item[String]
Item[Int32]

Item[String]

public:
 property Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ default[System::String ^] { Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ get(System::String ^ parameterName); void set(System::String ^ parameterName, Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter this[string parameterName] { get; set; }
member this.Item(string) : Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter with get, set
Default Public Property Item(parameterName As String) As MsIfmxParameter

Parameters

parameterName
String

Property Value

MsIfmxParameter
Attributes

Applies to

Item[Int32]

public:
 property Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ default[int] { Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ get(int index); void set(int index, Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter this[int index] { get; set; }
member this.Item(int) : Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter with get, set
Default Public Property Item(index As Integer) As MsIfmxParameter

Parameters

index
Int32

Property Value

MsIfmxParameter
Attributes

Applies to