UniqueId.CreateRandomUri Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a unique, random ID suitable for use as a URI. The value is hard to guess and unique. The URI is in the urn:uuid: namespace.
public static Uri CreateRandomUri ();
static member CreateRandomUri : unit -> Uri
Public Shared Function CreateRandomUri () As Uri
Returns
The random URI.