共用方式為


RequestApprovalResource.IsClosed Property

Definition

Gets a value indicating whether the request is closed

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to