SaveChangesResultCollection.HasError Property

 

Applies To: Dynamics CRM 2015

Gets whether there is an error.

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

Syntax

public bool HasError { get; }
public:
property bool HasError {
    bool get();
}
member HasError : bool with get
Public ReadOnly Property HasError As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if there is an error; otherwise, false.

See Also

SaveChangesResultCollection Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright