ConverterMessageCollection.Count Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As ConverterMessageCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property Value
Type: System.Int32
See Also
Reference
ConverterMessageCollection Class