DevForce Help Reference
PropertyValueVerifierArgs<T> Constructor(String,Boolean,String)


The property on the type to be verified
Whether the property name is required or may be left null
A display name for the specified property
Initializes a new instance of the PropertyValueVerifierArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyName As String, _
   ByVal isRequired As Boolean, _
   ByVal displayName As String _
)
'Usage
 
Dim propertyName As String
Dim isRequired As Boolean
Dim displayName As String
 
Dim instance As New PropertyValueVerifierArgs(Of T)(propertyName, isRequired, displayName)
public PropertyValueVerifierArgs<T>( 
   string propertyName,
   bool isRequired,
   string displayName
)

Parameters

propertyName
The property on the type to be verified
isRequired
Whether the property name is required or may be left null
displayName
A display name for the specified property
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

PropertyValueVerifierArgs<T> Class
PropertyValueVerifierArgs<T> Members
Overload List

Send Feedback