Share via


InputParameters.Count property

Gets a count of the number of InputParameter objects contained in the InputParameters collection.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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.

This member can be accessed without restrictions.

See also

Reference

InputParameters interface

InputParameters members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace