MergeEvent.Count property

Gets the count of the number of forms being merged in a merging operation.

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 MergeEvent
Dim value As Integer

value = instance.Count
int Count { get; }

Property value

Type: System.Int32

Remarks

The Count property can be used in combination with the Index property of MergeEvent to determine when the last form was merged.

Important

This member can be accessed without restrictions.

See also

Reference

MergeEvent interface

MergeEvent members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace