Share via


DurableEntityStatus.EntityId Property

Definition

Gets the EntityId of the queried entity instance.

[System.Runtime.Serialization.DataMember(Name="entityId")]
public Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId EntityId { get; set; }
[<System.Runtime.Serialization.DataMember(Name="entityId")>]
member this.EntityId : Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId with get, set
Public Property EntityId As EntityId

Property Value

The unique EntityId of the instance.

Attributes

Applies to