Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > VatRate Class > VatRate Properties > IsActive Property 

Drukuj

.NET Framework Class Library

VatRate.IsActive Property

Status aktywności.

Pole tylko do odczytu.

Namespace: Sage.PL.WebAPI.Interface.FKF.Common.ViewModels

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

Syntax

Visual Basic

Public Property IsActive As Boolean
 Get
 Set

C#

public bool IsActive { getset; }

Visual C++

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

JavaScript

function get_isActive();
function set_isActive(value);

See Also

VatRate Class

VatRate Members

Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace