InputParameters.Count Property
Gets a count of the number of InputParameter objects contained in the InputParameters collection.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
ReadOnly Property Count As Integer
Get
'Usage
Dim instance As InputParameters
Dim value As Integer
value = instance.Count
int Count { get; }
Property Value
Type: System.Int32
The number of InputParameter objects contained in the InputParameters collection.
Remarks
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.