RepositoryDetails.IsDisabled Property

Definition

Returns whether or not this repository disabled.

[System.Text.Json.Serialization.JsonPropertyName("disabled")]
public bool? IsDisabled { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("disabled")>]
member this.IsDisabled : Nullable<bool> with get, set
Public Property IsDisabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to