Share via


EntityStatus.LockedBy Property

Definition

The instance id of the orchestration that currently holds the lock of this entity.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="lockedBy")]
public string LockedBy { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="lockedBy")>]
member this.LockedBy : string with get, set
Public Property LockedBy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to