OrganizationState 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 the organization.
public enum class OrganizationState
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="OrganizationState", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm")]
public enum OrganizationState
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="OrganizationState", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm")>]
type OrganizationState =
Public Enum OrganizationState
- Inheritance
-
OrganizationState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Specifies that the organization is disabled. Value = 0. |
Enabled | 1 | Specifies that the organization is enabled. Value = 1. |
Pending | 2 | Specifies that the organization is pending. Value = 2. |
Failed | 3 | Specifies that the organization is in a failure state. Value = 3. |
Maintenance | 4 | Specifies that the organization is undergoing maintenance. Value = 4. |