ClientInfo Class
Applies To: Dynamics CRM 2015
For internal use only.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.Discovery.ClientInfo
Syntax
public sealed class ClientInfo
public ref class ClientInfo sealed
[<Sealed>]
type ClientInfo = class end
Public NotInheritable Class ClientInfo
Constructors
Name | Description | |
---|---|---|
ClientInfo() | Initializes a new instance of the ClientInfo class. |
Properties
Name | Description | |
---|---|---|
ClientType | Gets or sets the type of client that is querying for patches. |
|
CrmVersion | Gets or sets the Microsoft Dynamics CRM version that the client is running. |
|
LanguageCode | Gets or sets the language code for which the client has been configured. |
|
OfficeVersion | Gets or sets the version of Microsoft Office installed on the client machine. |
|
OrganizationId | Gets or sets the ID of the organization for which the client has been configured. |
|
OSVersion | Gets or sets the operating system version that the client is running. |
|
PatchIds | Gets or sets the list of patches that the client has installed. |
|
UserId | Gets or sets the Microsoft Dynamics CRM system user ID of the client. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright