Compartilhar via


ConnectionData.Error Property

 

Applies To: Dynamics CRM 2013

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

Syntax

public string Error { get; }
public:
property String^ Error {
    virtual String^ get() sealed;
}
abstract Error : string with get
override Error : string with get
Public ReadOnly Property Error As String

Property Value

Type: System.String

Type: String
.

Implements

IDataErrorInfo.Error

See Also

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

Return to top