Share via


OrganizationState Enum

Definition

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

Disabled 0

Specifies that the organization is disabled. Value = 0.

Enabled 1

Specifies that the organization is enabled. Value = 1.

Failed 3

Specifies that the organization is in a failure state. Value = 3.

Maintenance 4

Specifies that the organization is undergoing maintenance. Value = 4.

Pending 2

Specifies that the organization is pending. Value = 2.

Applies to