ArcFM Responder Mobile Developer Guide
HasValidProperty Method






The key of the property to check.
Determines if a property for a given key has been set on this filter.
Syntax
'Declaration
 
Protected Function HasValidProperty( _
   ByVal key As System.String _
) As System.Boolean
'Usage
 
Dim instance As FilterBase
Dim key As System.String
Dim value As System.Boolean
 
value = instance.HasValidProperty(key)
protected System.bool HasValidProperty( 
   System.string key
)
protected function HasValidProperty( 
    key: System.String
): System.Boolean; 
protected function HasValidProperty( 
   key : System.String
) : System.boolean;
protected: System.bool HasValidProperty( 
   System.string* key
) 
protected:
System.bool HasValidProperty( 
   System.String^ key
) 

Parameters

key
The key of the property to check.

Return Value

True if there is a non-null property set for this key.
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

FilterBase Class
FilterBase Members

Send Feedback