.NET Framework Class Library

InstalledProductInfo.Version Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

InstalledProductInfo.Version Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property Version As String
 Get
 Set

C#

public string Version { getset; }

Visual C++

public:
property StringVersion {
 Stringget ();
 void set (Stringvalue);
}

See Also

InstalledProductInfo Class

InstalledProductInfo Members

Gnostice.Controls.ASP Namespace