DevForce Help Reference
GetIsRequired Method


Properties on attribute classes cannot return a value of null so this method is used instead to get the actual IsRequired value
Syntax
'Declaration
 
Public Function GetIsRequired() As Nullable(Of Boolean)
'Usage
 
Dim instance As PropertyValueVerifierAttribute
Dim value As Nullable(Of Boolean)
 
value = instance.GetIsRequired()
public Nullable<bool> GetIsRequired()
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

PropertyValueVerifierAttribute Class
PropertyValueVerifierAttribute Members

Send Feedback