DataPA Enterprise Dashboard Controls API Reference
Gets the value of the Appserver's autostart property.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string autoStart { get; }
Visual Basic
Public ReadOnly Property autoStart As String
	Get
Visual C++
public:
property String^ autoStart {
	String^ get ();
}

Return Value

Type: String
The Appserver's autostart property.

Remarks