|
ActionAdapterBaseInitialized Property
|
Gets or sets flag indicating if the action adapter has been initialized successfully.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public virtual bool Initialized { get; set; }
Public Overridable Property Initialized As Boolean
Get
Set
public:
virtual property bool Initialized {
bool get ();
void set (bool value);
}
abstract Initialized : bool with get, set
override Initialized : bool with get, set
function get_Initialized();
function set_Initialized(value);
View SourceProperty Value
BooleanImplements
IAdapterInitializedSee Also