Creates a new Guid object that is the next one in the range.
[Visual Basic] Public Function NextGuid() As Guid [C#] public Guid NextGuid(); [C++] public: Guid NextGuid(); [JScript] public function NextGuid() : Guid;
Returns the next Guid object in the range.
The leading int 4 byte value is incremented by one. The behavior of this method is the same as the behavior of guidgen.exe.