Share via


RetrieveUserIdByExternalIdRequest.Release Property

 

Applies To: Dynamics CRM 2015

Gets or sets the release version of the Microsoft Dynamics CRM product.

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

Syntax

[DataMemberAttribute]
public string Release { get; set; }
public:
[DataMemberAttribute]
property String^ Release {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Release : string with get, set
<DataMemberAttribute>
Public Property Release As String

Property Value

Type: System.String

Type: String
The release version of the Microsoft Dynamics CRM product.

See Also

OrganizationRelease
RetrieveUserIdByExternalIdRequest Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright