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 = 2
The script type is logoff.
Logon = 1
The script type is logon.
Shutdown = 4
The script type is shutdown.
Startup = 3
The script type is startup.
Unknown = 0
The script type is unknown.