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 Nullable<DateTime> LastRefreshCompleted { get; set; }
Visual Basic
Public Property LastRefreshCompleted As Nullable(Of DateTime)
	Get
	Set
Visual C++
public:
property Nullable<DateTime> LastRefreshCompleted {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}

Property Value

Type: Nullable<(Of <(<'DateTime>)>)>

See Also