OrganizationState Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the state of the organization.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataContractAttribute(Name = "OrganizationState", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm")]
public enum OrganizationState
<DataContractAttribute(Name := "OrganizationState", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Crm")>
Public Enumeration OrganizationState
Members
Member name | Description | |
---|---|---|
Disabled | Specifies that the organization is disabled. Value = 0. |
|
Enabled | Specifies that the organization is enabled. Value = 1. |
|
Failed | Specifies that the organization is in a failure state. Value = 3. |
|
Maintenance | Specifies that the organization is undergoing maintenance. Value = 4. |
|
Pending | Specifies that the organization is pending. Value = 2. |
See Also
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright