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



See PropertyValueVerifier.IsRequired

Syntax

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

Remarks

Properties on attribute classes cannot return a value of null so use GetIsRequired() method to get the actual IsRequired value

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.