Jaa


ClientInfo.OSVersion Property

 

Applies To: Dynamics CRM 2015

Gets or sets the operating system version that the client is running.

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

Syntax

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

Property Value

Type: System.String

Type: String
The version of the operating system.

See Also

ClientInfo Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright