RangeValidator<T>.LowerBoundType Property

Is lower bound included, excluded, or ignored.

Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Validators
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public RangeBoundaryType LowerBoundType { get; }
'Declaration
Public ReadOnly Property LowerBoundType As RangeBoundaryType
    Get
public:
property RangeBoundaryType LowerBoundType {
    RangeBoundaryType get ();
}

Property Value

Type: RangeBoundaryType

See Also

RangeValidator<T> Class

RangeValidator<T> Members

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace