InputParameters.Count Property

Definition

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

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

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.

Applies to