DevForce Help Reference
BeforeGetAttribute Constructor(String)


Property or method name
Marks an action to be performed when the getter for the property of the specified name is invoked.
Syntax
'Declaration
 
Public Function New( _
   ByVal targetName As String _
)
'Usage
 
Dim targetName As String
 
Dim instance As New BeforeGetAttribute(targetName)
public BeforeGetAttribute( 
   string targetName
)

Parameters

targetName
Property or method name
Remarks
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