ConnectionType Enumeration
This class contains the enumeration values that describe the connection type or the Logo manager type.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual BasicDim instance As ConnectionType
Syntax
Visual BasicPublic Enumeration ConnectionType
C#public enum ConnectionType
Members
Member Name | Description |
---|---|
Database |
This enum represents the connection type use to connect to the controller’s database. |
SubmissionPackage |
This enum identifies the connection type as being use to connect to a new submission package. |
UpdatePackage |
This enum identifies the connection type as being used to update an existing package. |