Version

ValueConstraintPropertyID Enumeration

Property identifiers for the ValueConstraint class.
Syntax
'Declaration
 
Public Enum ValueConstraintPropertyID 
   Inherits System.Enum
public enum ValueConstraintPropertyID : System.Enum 
Members
MemberDescription
EnumerationRepresents the ValueConstraint.Enumeration property.
FixedValueRepresents the ValueConstraint.FixedValue property.
MaxExclusiveRepresents the ValueConstraint.MaxExclusive property.
MaxInclusiveRepresents the ValueConstraint.MaxInclusive property.
MaxLengthRepresents the ValueConstraint.MaxLength property.
MinExclusiveRepresents the ValueConstraint.MinExclusive property.
MinInclusiveRepresents the ValueConstraint.MinInclusive property.
MinLengthRepresents the ValueConstraint.MinLength property.
NullableRepresents the ValueConstraint.Nullable property.
RegexPatternRepresents the ValueConstraint.RegexPattern property.
ValidateAsTypeRepresents the ValueConstraint.ValidateAsType property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also