DevForce Help Reference
BeforeGetAttribute 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 BeforeGetAttribute()
public BeforeGetAttribute()
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

BeforeGetAttribute Class
BeforeGetAttribute Members
Overload List

Send Feedback