Intersoft ClientUI Documentation
GetPackageID Method



Returns the unique identifier of the package.
Syntax
Public Function GetPackageID() As String
Dim instance As BasePackage
Dim value As String
 
value = instance.GetPackageID()
public string GetPackageID()
public:
String^ GetPackageID(); 

Return Value

Returns a string that represents the unique identifier of this package.
Remarks

This method returns the SharedID of the package if the Shared property of the package is true. Otherwise, this method returns the ID of the package.

The Version of the package is added after the identifier above to ensure the unique identifier across multiple versions of the package.

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

BasePackage Class
BasePackage Members

Send Feedback