Intersoft ClientUI Documentation
GetPackageID Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BasePackage Class : GetPackageID Method






Returns the unique identifier of the package.

Syntax

Visual Basic (Declaration) 
Public Function GetPackageID() As String
Visual Basic (Usage)Copy Code
Dim instance As BasePackage
Dim value As String
 
value = instance.GetPackageID()
C# 
public string GetPackageID()
Delphi 
public function GetPackageID(): String; 
JScript 
public function GetPackageID() : String;
Managed Extensions for C++ 
public: string* GetPackageID(); 
C++/CLI 
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 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.