Click or drag to resize
GuidNewGuid Method
Initializes a new instance of the Guid structure.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static Guid NewGuid()

Return Value

Type: Guid
A new GUID object.
See Also