ConverterMessageCollection Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.Office.InfoPath.Server.Administration.ConverterMessageCollection
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public NotInheritable Class ConverterMessageCollection _
Implements IEnumerable(Of ConverterMessage), IXmlSerializable
'Usage
Dim instance As ConverterMessageCollection
public sealed class ConverterMessageCollection : IEnumerable<ConverterMessage>,
IXmlSerializable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.