Class ValidationError
- Namespace
- Jabra.NET.Sdk.Properties.Validation
- Assembly
- Jabra.NET.Sdk.Properties.dll
public class ValidationError
- Inheritance
-
ValidationError
- Inherited Members
Constructors
ValidationError(PropertyValue, params ValueConstraint[])
public ValidationError(PropertyValue value, params ValueConstraint[] constraints)
Parameters
value
PropertyValueconstraints
ValueConstraint[]
Properties
Constraints
public ValueConstraint[] Constraints { get; }
Property Value
Value
public PropertyValue Value { get; }