Intersoft ClientUI Documentation
InstalledApplications Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IntersoftSAFSettings Class : InstalledApplications Property






Gets the applications installed in the user's local machine.

Syntax

Visual Basic (Declaration) 
Public Property InstalledApplications As List(Of PackageInstallInfo)
Visual Basic (Usage)Copy Code
Dim instance As IntersoftSAFSettings
Dim value As List(Of PackageInstallInfo)
 
instance.InstalledApplications = value
 
value = instance.InstalledApplications
C# 
public List<PackageInstallInfo> InstalledApplications {get; set;}
Delphi 
public read-write property InstalledApplications: List; 
JScript 
public function get,set InstalledApplications : List
Managed Extensions for C++ 
public: __property List<PackageInstallInfo*>* get_InstalledApplications();
public: __property void set_InstalledApplications( 
   List<PackageInstallInfo*>* value
);
C++/CLI 
public:
property List<PackageInstallInfo^>^ InstalledApplications {
   List<PackageInstallInfo^>^ get();
   void set (    List<PackageInstallInfo^>^ value);
}

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.