ServerConnectionPolicy.ConnectionType Property

Definition

Gets or sets the server connection type. Possible values include: 'Default', 'Redirect', 'Proxy'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionType")]
public string ConnectionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionType")>]
member this.ConnectionType : string with get, set
Public Property ConnectionType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to