getUniqueId() public method
Returns an ID that uniquely identifies this module among all modules within the current application.
Since this is an application instance, it will always return an empty string.
| public string getUniqueId ( ) | ||
|---|---|---|
| return | string |
The unique ID of the module. |
Please login to continue.