DataPA Enterprise Dashboard Controls API Reference
Gets a property that allows the title to be read and set for the login request.

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public string Title { get; set; }
Visual Basic
Public Property Title As String
	Get
	Set
Visual C++
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}

Return Value

Type: String
A property that that allows the title to be read and set for the login request

Remarks