Delen via


AppserviceGithubToken.GotToken Property

Definition

Gets or sets true if valid github token received, False otherwise

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to