Share via


RetrieveOrganizationRequest.Release Property

 

Applies To: Dynamics CRM 2015

Indicates the applicable version of Microsoft Dynamics CRM.

Namespace:   Microsoft.Xrm.Sdk.Discovery
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute(IsRequired = false)]
public OrganizationRelease Release { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property OrganizationRelease Release {
    OrganizationRelease get();
    void set(OrganizationRelease value);
}
[<DataMemberAttribute(IsRequired = false)>]
member Release : OrganizationRelease with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property Release As OrganizationRelease

Property Value

Type: Microsoft.Xrm.Sdk.Discovery.OrganizationRelease

Type: OrganizationRelease
The release to retrieve.

Remarks

Identifies the release of the organization to retrieve.

See Also

RetrieveOrganizationRequest Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright