ChangeSetEntry.HasError Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a value indicating whether any of the ChangeSetEntry items has an error.
Namespace: System.Web.Http.Data
Assembly: System.Web.Http.Data (in System.Web.Http.Data.dll)
Syntax
'Declaration
Public ReadOnly Property HasError As Boolean
public bool HasError { get; }
public:
property bool HasError {
bool get ();
}
member HasError : bool
function get HasError () : boolean
Property Value
Type: System.Boolean