SiteInner.InProgressOperationId Property

Definition

Gets specifies an operation id if this site has a pending operation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.inProgressOperationId")]
public Guid? InProgressOperationId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.inProgressOperationId")>]
member this.InProgressOperationId : Nullable<Guid>
Public ReadOnly Property InProgressOperationId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to