Enum GroupPolicyScriptType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the type of Group Policy object script.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyScriptType
Fields
Logoff = 2The script type is logoff.
Logon = 1The script type is logon.
Shutdown = 4The script type is shutdown.
Startup = 3The script type is startup.
Unknown = 0The script type is unknown.