DevForce Help Reference
AfterGetAttribute Constructor()


Marks an action to be performed for any property in the declaring type or its subclasses when the getter is invoked.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New AfterGetAttribute()
public AfterGetAttribute()
Remarks
Actions with this attribute apply to all properties in the type and sub-types.
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

AfterGetAttribute Class
AfterGetAttribute Members
Overload List

Send Feedback