EntityId.EntityKey Property
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.
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