DataPA Enterprise Dashboard Controls API Reference
The modified date of the Schema Cache file

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

Syntax

C#
public DateTime LastRefresh { get; }
Visual Basic
Public ReadOnly Property LastRefresh As DateTime
	Get
Visual C++
public:
property DateTime LastRefresh {
	DateTime get ();
}

Property Value

Type: DateTime
The modified date of the Schema Cache file

Return Value

Type: DateTime
The modified date of the Schema Cache file

Remarks

The modified date of the Schema Cache file

See Also