DataPA Enterprise Dashboard Controls API Reference
How many links were loaded

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

Syntax

C#
public long NumLoaded { get; set; }
Visual Basic
Public Property NumLoaded As Long
	Get
	Set
Visual C++
public:
property long long NumLoaded {
	long long get ();
	void set (long long value);
}

Property Value

Type: Int64

Return Value

Type: Int64

Remarks