DataPA Enterprise Dashboard Controls API Reference

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

Syntax

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

Property Value

Type: Recordset

See Also