InputParameters.Item[Object] Property

Definition

Gets a reference to the specified InputParameter object from the InputParameters collection.

public:
 property Microsoft::Office::Interop::InfoPath::InputParameterObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::InputParameterObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.InputParameterObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.InputParameterObject
Default Public ReadOnly Property Item(varIndex As Object) As InputParameterObject

Parameters

varIndex
Object

The specified index or name of the InputParameter object.

Property Value

The specified InputParameter object.

Remarks

An InputParameter object can be referenced by name, if known, or by index value.

Note: If the form template is published to Microsoft SharePoint Server 2010 with InfoPath Forms Services, there may be other name/value pairs that are automatically inserted by the server when input parameters are used with a URL. Specific input parameters may have different index values when using a URL than when using the /InputParameters command-line option.

Applies to