HttpManagementPayload.Id Property

Definition

Gets the ID of the orchestration instance.

[Newtonsoft.Json.JsonProperty("id")]
public string Id { get; }
[<Newtonsoft.Json.JsonProperty("id")>]
member this.Id : string
Public ReadOnly Property Id As String

Property Value

The ID of the orchestration instance.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to