GitPatternRepository.StrictHostKeyChecking Property

Definition

Gets or sets strict host key checking or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to