Compartilhar via


ConnectionData.IntegratedEnabled Property

 

Applies To: Dynamics CRM 2013

Namespace:   Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

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

Property Value

Type: System.Boolean

Type: Boolean
.

See Also

ConnectionData Class
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top