Intersoft ClientUI Documentation
InstalledApplications Property



Gets the applications installed in the user's local machine.
Syntax
Public Property InstalledApplications As List(Of PackageInstallInfo)
Dim instance As IntersoftSAFSettings
Dim value As List(Of PackageInstallInfo)
 
instance.InstalledApplications = value
 
value = instance.InstalledApplications
public List<PackageInstallInfo> InstalledApplications {get; set;}
public:
property List<PackageInstallInfo^>^ InstalledApplications {
   List<PackageInstallInfo^>^ get();
   void set (    List<PackageInstallInfo^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntersoftSAFSettings Class
IntersoftSAFSettings Members

Send Feedback