RangeBoundaryType Enumeration
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A value describing the boundary conditions for a range.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)
Syntax
'Declaration
PublicEnumerationRangeBoundaryType
publicenumRangeBoundaryType
publicenum classRangeBoundaryType
publicenum RangeBoundaryType
Members
Member name | Value | Description | |
---|---|---|---|
Inclusive | 0 | The range should include the boundary. | |
Exclusive | 1 | The range should exclude the boundary. |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |