DevForce Help Reference
StringLengthVerifierAttribute Class
Members 


Attribute class that corresponds to the StringLengthVerifier.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property Or  _
    AttributeTargets.Field, 
   AllowMultiple=False, 
   Inherited=False)>
Public Class StringLengthVerifierAttribute 
   Inherits Int32RangeVerifierAttribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As StringLengthVerifierAttribute
[AttributeUsage(ValidOn=AttributeTargets.Property | 
    AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=false)]
public class StringLengthVerifierAttribute : Int32RangeVerifierAttribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Validation.VerifierAttribute
         IdeaBlade.Validation.PropertyValueVerifierAttribute
            IdeaBlade.Validation.RangeVerifierAttribute
               IdeaBlade.Validation.Int32RangeVerifierAttribute
                  IdeaBlade.Validation.StringLengthVerifierAttribute

Requirements

Target Platforms: 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

Reference

StringLengthVerifierAttribute Members
IdeaBlade.Validation Namespace

Send Feedback