WebProxyClient<TService>.SdkClientVersion Property

 

Applies To: Dynamics CRM 2015

The version of your client application.

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

Syntax

public string SdkClientVersion { get; set; }
public:
property String^ SdkClientVersion {
    String^ get();
    void set(String^ value);
}
member SdkClientVersion : string with get, set
Public Property SdkClientVersion As String

Property Value

Type: System.String

Type: String
The client application version.

Remarks

The value can be any version number than has at least one decimal point and is greater than 6.0.0002.0000. It’s recommended that the property value be set to the product build version of the CRM SDK assemblies that were linked to the client application.

See Also

WebProxyClient<TService> Class
Microsoft.Xrm.Sdk.WebServiceClient Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright