RepositoryDetails.IsTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this repository acts as a template that can be used to generate new repositories.
[System.Text.Json.Serialization.JsonPropertyName("is_template")]
public bool? IsTemplate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_template")>]
member this.IsTemplate : Nullable<bool> with get, set
Public Property IsTemplate As Nullable(Of Boolean)
Property Value
- Attributes