Enum IisSiteState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of an IIS site.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisSiteState
Fields
Started = 1The site is started.
Starting = 2The site is starting.
Stopped = 3The site is stopped.
Stopping = 4The site is stopping.
Unknown = 0The state is unknown.