ApexSQL.Log.Api Send comments on this topic.
ComponentsState Property
See Also 



Returns server components state.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ComponentsState As ServerSideComponentsState
Visual Basic (Usage)Copy Code
Dim instance As ServerSideComponentsManager
Dim value As ServerSideComponentsState
 
value = instance.ComponentsState
C# 
public ServerSideComponentsState ComponentsState {get;}
C++/CLI 
public:
property ServerSideComponentsState ComponentsState {
   ServerSideComponentsState get();
}

Example

See Also