Share via


EntityId.EntityKey Property

Definition

The entity key. Uniquely identifies an entity among all entities of the same name.

[Newtonsoft.Json.JsonProperty(PropertyName="key", Required=Newtonsoft.Json.Required.Always)]
public string EntityKey { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="key", Required=Newtonsoft.Json.Required.Always)>]
member this.EntityKey : string
Public ReadOnly Property EntityKey As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to