RetrieveOrganizationRequest.Release Property

Definition

Indicates the applicable version of Microsoft Dynamics 365.

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 release to retrieve.

Attributes

Remarks

Identifies the release of the organization to retrieve.

Applies to