OrganizationState Enumeration
Applies To: Dynamics CRM 2015
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 enum class OrganizationState
[<DataContractAttribute(Name = "OrganizationState", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm")>]
type 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
© 2016 Microsoft. All rights reserved. Copyright