AxaptaContainer Class

The AxaptaContainer class provides the ability to read and write to and from Axapta containers.

Namespace:  Microsoft.Dynamics.BusinessConnectorNet
Assembly:  Microsoft.Dynamics.BusinessConnectorNet (in Microsoft.Dynamics.BusinessConnectorNet.dll)

Syntax

'Declaration
Public Class AxaptaContainer _
    Implements IDisposable, ICollection, IEnumerable
'Usage
Dim instance As AxaptaContainer
public class AxaptaContainer : IDisposable, 
    ICollection, IEnumerable
public ref class AxaptaContainer : IDisposable, 
    ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.BusinessConnectorNet.AxaptaContainer

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.

See Also

Reference

Microsoft.Dynamics.BusinessConnectorNet Namespace