IdeaBlade DevForce 2010 Help Reference
IsRequired Property
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > RangeVerifierAttribute Class : IsRequired Property



See PropertyValueVerifier.IsRequired

Syntax

Visual Basic (Declaration) 
Public Overrides Property IsRequired As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RangeVerifierAttribute
Dim value As Boolean
 
instance.IsRequired = value
 
value = instance.IsRequired
C# 
public override bool IsRequired {get; set;}
C++/CLI 
public:
property bool IsRequired {
   bool get() override;
   void set (    bool value) override;
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.