DevForce Help Reference
IsPropertyValueNull Method


Determines if a value is null including test for empty strings if appropriate.
Syntax
'Declaration
 
Protected Function IsPropertyValueNull( _
   ByVal aValue As Object _
) As Boolean
'Usage
 
Dim instance As PropertyValueVerifier
Dim aValue As Object
Dim value As Boolean
 
value = instance.IsPropertyValueNull(aValue)
protected bool IsPropertyValueNull( 
   object aValue
)

Parameters

aValue
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

PropertyValueVerifier Class
PropertyValueVerifier Members

Send Feedback