DataPA Enterprise Dashboard Controls API Reference
Gets the Links DataTable.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public DataTable LinksDataTable { get; } |
Visual Basic |
---|
Public ReadOnly Property LinksDataTable As DataTable
Get |
Visual C++ |
---|
public:
virtual property DataTable^ LinksDataTable {
DataTable^ get () sealed;
} |
Property Value
Type:
DataTableThe Links DataTable.
Return Value
Type:
DataTableThe Links DataTable.
Remarks
See Also