RetrieveOrganizationsRequest.Release Property

Definition

Get or sets the release version of a Microsoft Dynamics 365 organization.

public:
 property Microsoft::Xrm::Sdk::Discovery::OrganizationRelease Release { Microsoft::Xrm::Sdk::Discovery::OrganizationRelease get(); void set(Microsoft::Xrm::Sdk::Discovery::OrganizationRelease value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public Microsoft.Xrm.Sdk.Discovery.OrganizationRelease Release { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.Release : Microsoft.Xrm.Sdk.Discovery.OrganizationRelease with get, set
Public Property Release As OrganizationRelease

Property Value

The organizations' release version.

Attributes

Remarks

Organizations have a release version and can be upgraded to a newer release. This property can be used to identify if your organization is on a Microsoft Dynamics CRM 2011 release or not.

Applies to