GetNewUUID method

UL Ext.: Generates a new UUID (System.Guid).

Syntax
Visual Basic

Public Function GetNewUUID() As Guid
C#

public Guid GetNewUUID();
Return value

A new UUID as a System.Guid.

Remarks

This method is provided here because it is not included in the .NET Compact Framework.

See also