MongoDbConnectionInfo.UseSSL Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to