Intersoft ClientUI Documentation
InstalledVersion Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BasePackage Class : InstalledVersion Property






Gets the version number of the package currently installed in user's local machine.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property InstalledVersion As Version
Visual Basic (Usage)Copy Code
Dim instance As BasePackage
Dim value As Version
 
value = instance.InstalledVersion
C# 
public Version InstalledVersion {get;}
Delphi 
public read-only property InstalledVersion: Version; 
JScript 
public function get InstalledVersion : Version
Managed Extensions for C++ 
public: __property Version* get_InstalledVersion();
C++/CLI 
public:
property Version^ InstalledVersion {
   Version^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.