DevForce Help Reference
BeforeSetAttribute Constructor()


Marks an action to be performed for any property in the declaring type or its subclasses when the setter is invoked.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New BeforeSetAttribute()
public BeforeSetAttribute()
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

BeforeSetAttribute Class
BeforeSetAttribute Members
Overload List

Send Feedback