HasErrors Property

Gets a value indicating whether there are any errors in the validation.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Messages (in Microsoft.Dynamics.Commerce.Runtime.Messages.dll)

Syntax

'Declaration
Public ReadOnly Property HasErrors As Boolean
    Get
'Usage
Dim instance As CartLineValidationResults
Dim value As Boolean

value = instance.HasErrors
public bool HasErrors { get; }
public:
property bool HasErrors {
    bool get ();
}

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

CartLineValidationResults Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace