Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocument Class > PurchaseDocument Properties > CatalogId Property 

Drukuj

.NET Framework Class Library

PurchaseDocument.CatalogId Property

Id katalogu.

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

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

Syntax

Visual Basic

Public Property CatalogId As Integer
 Get
 Set

C#

public int CatalogId { getset; }

Visual C++

public:
property int CatalogId {
 int get ();
 void set (int value);
}

JavaScript

function get_catalogId();
function set_catalogId(value);

See Also

PurchaseDocument Class

PurchaseDocument Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace