Share via


CodeElementContract.UniqueIdentifier Property

Definition

Language specific unique identifier of the code element (e.g. fully qualified method name).

[System.Runtime.Serialization.DataMember(Order=2)]
public string? UniqueIdentifier { get; set; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.UniqueIdentifier : string with get, set
Public Property UniqueIdentifier As String

Property Value

Attributes

Applies to