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 current state of an organization.
public enum class OrganizationState
[System.Runtime.Serialization.DataContract(Name="OrganizationState", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public enum OrganizationState
[<System.Runtime.Serialization.DataContract(Name="OrganizationState", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type OrganizationState =
Public Enum OrganizationState
- Inheritance
-
OrganizationState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Enabled | 0 | The organization is enabled. Value = 0. |
Disabled | 1 | The organization is disabled. Value = 1. |
Remarks
Related to organization provisioning and maintenance.