DataPA Enterprise Dashboard Controls API Reference
Gets the DataPA Procedure Library Version.

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

Syntax

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

Property Value

Type: String
The DataPA Procedure Library Version

Return Value

Type: String
The DataPA Procedure Library Version.

Remarks