DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates if the DataPA Enterprise Service is running on the local machine.

Namespace: DataPAClientConfig
Assembly: 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: Boolean
True if the DataPA Enterprise Service is running on the local machine

Return Value

Type: Boolean

Remarks