Element.Id Property

Definition

Gets a value that can be used to uniquely identify an element through the run of an application.

public Guid Id { get; }
member this.Id : Guid

Property Value

A Guid uniquely identifying the element.

Remarks

This value is generated at runtime and is not stable across runs of your app.

Applies to