Generates new integer id.
Syntax
'Declaration
Public Shared Function GetNewId() As Integer
'Usage
Dim value As Integer
value = Utils.GetNewId()
public static int GetNewId()
public function GetNewId(): Integer; static;
public static function GetNewId() : int;
public: static int GetNewId();
public:
static int GetNewId();
See Also