DevForce Help Reference
IsPropertyVisible Method


The reflected property information
Determines if a reflected property is annotated with the ConfigEditor attributes specifying IsVisible = false
Syntax
'Declaration
 
Public Shared Function IsPropertyVisible( _
   ByVal propInfo As PropertyInfo _
) As Boolean
'Usage
 
Dim propInfo As PropertyInfo
Dim value As Boolean
 
value = ConfigEditorAttribute.IsPropertyVisible(propInfo)
public static bool IsPropertyVisible( 
   PropertyInfo propInfo
)

Parameters

propInfo
The reflected property information

Return Value

False if the property has the ConfigEditor attribute with IsVisible = false True otherwise
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

ConfigEditorAttribute Class
ConfigEditorAttribute Members

Send Feedback