DevForce Help Reference
AllowPropertyEdit Method


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

Parameters

propInfo
The reflected property information

Return Value

False if the property has the ConfigEditor attribute with AllowEdit = 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