.NET Framework Class Library

InstalledProductInfo.LastCleanupTime Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > InstalledProductInfo Class > InstalledProductInfo Properties >

.NET Framework Class Library

InstalledProductInfo.LastCleanupTime Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Public Property LastCleanupTime As Nullable(Of DateTime)
 Get
 Set

C#

public Nullable<DateTimeLastCleanupTime { getset; }

Visual C++

public:
property Nullable<DateTimeLastCleanupTime {
 Nullable<DateTimeget ();
 void set (Nullable<DateTimevalue);
}

See Also

InstalledProductInfo Class

InstalledProductInfo Members

Gnostice.Controls.ASP Namespace