'Declaration
Public ReadOnly Property IsStarted As Boolean
'Usage
Dim instance As EasyUAServerCore Dim value As Boolean instance.IsStarted = value value = instance.IsStarted
public bool IsStarted {get;}
Property Value
true
if the component is started; otherwise, false
.
The default value of this property is False
.