Intersoft ClientUI Documentation
NewerVersion Property



Gets or sets the version number which is newer than the one installed in the storage.
Syntax
Public Property NewerVersion As String
Dim instance As PackageInstallInfo
Dim value As String
 
instance.NewerVersion = value
 
value = instance.NewerVersion
public string NewerVersion {get; set;}
public:
property String^ NewerVersion {
   String^ get();
   void set (    String^ 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

PackageInstallInfo Class
PackageInstallInfo Members

Send Feedback