Table of Contents

Enum GroupPolicySoftwareInstallationPackageDeploymentType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The deployment type.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicySoftwareInstallationPackageDeploymentType

Fields

Assign = 1

The deployment type is to assign.

Install = 2

The deployment type is to install.

Publish = 3

The deployment type is to publish.

Unknown = 0

The deployment type is unknown.