DataPA Enterprise Dashboard Controls API Reference
Gets the title for this published content

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Return Value

Type: String
The title for this published content

Remarks