DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Links recordset.

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

Syntax

C#
public Recordset LinksRecordset { get; set; }
Visual Basic
Public Property LinksRecordset As Recordset
	Get
	Set
Visual C++
public:
virtual property Recordset^ LinksRecordset {
	Recordset^ get () sealed;
	void set (Recordset^ value) sealed;
}

Property Value

Type: Recordset
The Links recordset.

Return Value

Type: Recordset
The Links recordset.

Remarks