StaticSiteTemplateOptions.IsPrivate Property

Definition

Gets or sets whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).

[Newtonsoft.Json.JsonProperty(PropertyName="isPrivate")]
public bool? IsPrivate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isPrivate")>]
member this.IsPrivate : Nullable<bool> with get, set
Public Property IsPrivate As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to