ServerState Enum
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.
Describes the state of a server.
public enum class ServerState
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="ServerState", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public enum ServerState
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="ServerState", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>]
type ServerState =
Public Enum ServerState
- Inheritance
-
ServerState
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | -1 | Specifies that no server state. Value = -1. |
Disabled | 0 | Specifies that the server is disabled. Value = 0. |
Enabled | 1 | Specifies that the server is enabled. Value = 1. |