ClientInfo.CrmVersion Property
Applies To: Dynamics CRM 2015
Gets or sets the Microsoft Dynamics CRM version that the client is running.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public string CrmVersion { get; set; }
public:
property String^ CrmVersion {
String^ get();
void set(String^ value);
}
member CrmVersion : string with get, set
Public Property CrmVersion As String
Property Value
Type: System.String
Type: String
The version.
See Also
ClientInfo Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright