Share via


BinaryIo.status Method

Definition

Retrieves the status of the last operation that was performed on the Io object.

public:
 override Dynamics::AX::Application::IO_Status status();
public override Dynamics.AX.Application.IO_Status status ();
override this.status : unit -> Dynamics.AX.Application.IO_Status
Public Overrides Function status () As IO_Status

Returns

The status of the last operation as an IO_Status system enumeration value.

Remarks

The range of possible IO_Status values that are returned varies, depending on the Io class.

Applies to