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 Basic

Dim instance As ConnectionType

Syntax

Visual Basic

Public 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.

PartialPackage

This is a partial package.

Once a package is marked as a partial package, it will always be a partial package; even if merged with a non-partial package. Such packages are not acceptable for submissions.