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