Sage.PL.WebAPI.Interface.Warehouse.ViewModels Namespace > WarehouseDocumentListElement Class > WarehouseDocumentListElement Properties > Settled Property 

Drukuj

.NET Framework Class Library

WarehouseDocumentListElement.Settled Property

Status, czy dokument jest rozliczony.

Namespace: Sage.PL.WebAPI.Interface.Warehouse.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Warehouse (in Sage.PL.WebAPI.Interface.Warehouse.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Settled As Boolean
 Get
 Set

C#

public bool Settled { getset; }

Visual C++

public:
property bool Settled {
 bool get ();
 void set (bool value);
}

JavaScript

function get_settled();
function set_settled(value);

See Also

WarehouseDocumentListElement Class

WarehouseDocumentListElement Members

Sage.PL.WebAPI.Interface.Warehouse.ViewModels Namespace