WebProxyClient<TService>.SdkClientVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The version of your client application.
public:
property System::String ^ SdkClientVersion { System::String ^ get(); void set(System::String ^ value); };
public string SdkClientVersion { get; set; }
member this.SdkClientVersion : string with get, set
Public Property SdkClientVersion As String
Property Value
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.