HostFileParameterCollection.Item[] Property

Definition

Overloads

Item[Int32]
Item[String]

Item[Int32]

public:
 property Microsoft::HostIntegration::MsHostFileClient::HostFileParameter ^ default[int] { Microsoft::HostIntegration::MsHostFileClient::HostFileParameter ^ get(int index); void set(int index, Microsoft::HostIntegration::MsHostFileClient::HostFileParameter ^ value); };
public Microsoft.HostIntegration.MsHostFileClient.HostFileParameter this[int index] { get; set; }
member this.Item(int) : Microsoft.HostIntegration.MsHostFileClient.HostFileParameter with get, set
Default Public Property Item(index As Integer) As HostFileParameter

Parameters

index
Int32

Property Value

HostFileParameter

Applies to

Item[String]

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

Parameters

parameterName
String

Property Value

HostFileParameter

Applies to