ConnectionType Enum

Definition

Defines values for ConnectionType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ConnectionType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ConnectionType = 
Public Enum ConnectionType
Inheritance
ConnectionType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
Public 0
Private 1
None 2

Applies to