ManagementContentNavigator.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the current state of the Web site.
public:
property int State { int get(); };
public int State { get; }
member this.State : int
Public ReadOnly Property State As Integer
Property Value
An integer that indicates the current state of the Web site. The possible values are shown in the following table.
Property value | Description |
---|---|
0 | Indicates that the Web site is starting. |
1 | Indicates that the Web site has started. |
2 | Indicates that the Web site is stopping. |
3 | Indicates that the Web site has stopped. |
4 | Indicates that the Web site state is unknown. |
Remarks
If the Web site is null
, the property value is 0.