OrganizationRelease 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 release of an organization.
public enum class OrganizationRelease
[System.Runtime.Serialization.DataContract(Name="OrganizationRelease", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public enum OrganizationRelease
[<System.Runtime.Serialization.DataContract(Name="OrganizationRelease", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type OrganizationRelease =
Public Enum OrganizationRelease
- Inheritance
-
OrganizationRelease
- Attributes
Fields
Name | Value | Description |
---|---|---|
Current | 0 | The current release. Value = 0. |
V5 | 1 | The Microsoft Dynamics CRM 2011 release. Value = 1. |