Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPriceListElement Class > ProductPriceListElement Properties > Active Property 

Drukuj

.NET Framework Class Library

ProductPriceListElement.Active Property

Status aktywności towaru.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.Prices

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

Syntax

Visual Basic

Public Property Active As Boolean
 Get
 Set

C#

public bool Active { getset; }

Visual C++

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

JavaScript

function get_active();
function set_active(value);

See Also

ProductPriceListElement Class

ProductPriceListElement Members

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace