DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a property that indicates if the DataPA Enterprise Service is running on the local machine.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public static bool LocalServiceRunning { get; } | 
| Visual Basic | 
|---|
Public Shared ReadOnly Property LocalServiceRunning As Boolean
	Get  | 
| Visual C++ | 
|---|
public:
static property bool LocalServiceRunning {
	bool get ();
} | 
Property Value
Type: 
BooleanTrue if the DataPA Enterprise Service is running on the local machine
Return Value
Type: 
BooleanRemarks
See Also