ConverterCategoryCollection 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.ConverterCategoryCollection
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public NotInheritable Class ConverterCategoryCollection _
Implements IEnumerable(Of ConverterCategory)
'Usage
Dim instance As ConverterCategoryCollection
public sealed class ConverterCategoryCollection : IEnumerable<ConverterCategory>
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.