AutomationIdentifier.Id Property

Definition

Gets the underlying numerical identifier.

public:
 property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

Property Value

The underlying identifier.

Remarks

Use the LookupById method to convert back from Id to an AutomationIdentifier.

Applies to

See also