Share via


CrmConnection.ProxyTypesEnabled Property

 

Applies To: Dynamics CRM 2013

Gets or sets whether the strong proxy types should be returned by the service.

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public bool ProxyTypesEnabled { get; set; }
public:
property bool ProxyTypesEnabled {
    bool get();
    void set(bool value);
}
member ProxyTypesEnabled : bool with get, set
Public Property ProxyTypesEnabled As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if the strong proxy types should be returned by the service; otherwise, false.

See Also

CrmConnection Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top