NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Guid.NextGuid

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;

Return Value

Returns the next Guid object in the range.

Remarks

The leading int 4 byte value is incremented by one. The behavior of this method is the same as the behavior of guidgen.exe.

See Also

Guid Structure | Guid Members | System Namespace