Enum GroupPolicySoftwareInstallationPackageDeploymentType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The deployment type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicySoftwareInstallationPackageDeploymentType
Fields
Assign = 1The deployment type is to assign.
Install = 2The deployment type is to install.
Publish = 3The deployment type is to publish.
Unknown = 0The deployment type is unknown.