Click or drag to resize

ExtensionIsInitialized Property

Gets whether the extension has been initialized

Namespace:  EBP.Api.Extension
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected bool IsInitialized { get; }

Property Value

Type: Boolean
true if this instance is runned; otherwise, false.
See Also