Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace > DictionaryListElement Class > DictionaryListElement Properties > Active Property 

Drukuj

.NET Framework Class Library

DictionaryListElement.Active Property

Status aktywności.

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

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

Syntax

Visual Basic

Public Property Active As Nullable(Of Boolean)
 Get
 Set

C#

public Nullable<boolActive { getset; }

Visual C++

public:
property Nullable<boolActive {
 Nullable<boolget ();
 void set (Nullable<boolvalue);
}

JavaScript

function get_active();
function set_active(value);

Remarks

Pole tylko do odczytu.

See Also

DictionaryListElement Class

DictionaryListElement Members

Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace