Sage.PL.WebAPI.Interface.FKF.Employees.ViewModels Namespace > EmployeeListElement Class > EmployeeListElement Properties > Active Property 

Drukuj

.NET Framework Class Library

EmployeeListElement.Active Property

Status aktywności.

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Employees (in Sage.PL.WebAPI.Interface.FKF.Employees.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);

Remarks

Pole tylko do odczytu.

See Also

EmployeeListElement Class

EmployeeListElement Members

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