Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > Catalog Property 

Drukuj

.NET Framework Class Library

Contractor.Catalog Property

Katalog, do którego przypisany jest kontrahent. Obiekt, który jest odpowiednikiem pola [katalog] z obiektu BKontrahent.

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

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

Syntax

Visual Basic

Public Property Catalog As Catalog
 Get
 Set

C#

public Catalog Catalog { getset; }

Visual C++

public:
property CatalogCatalog {
 Catalogget ();
 void set (Catalogvalue);
}

JavaScript

function get_catalog();
function set_catalog(value);

See Also

Contractor Class

Contractor Members

Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace