BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

ItemWrapper..::..Active Property

Gets a value indicating whether this ItemWrapper is active.

Namespace:  CAS.DataPorter.Configurator
Assembly:  CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)

Syntax


public Nullable<bool> Active { get; set; }
Public Property Active As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> Active {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Field Value

true if active; otherwise, false.