DevForce Help Reference
TargetName Property (PropertyInterceptorAction)


The name of the property on which the interceptor acts.
Syntax
'Declaration
 
Public ReadOnly Property TargetName As String
'Usage
 
Dim instance As PropertyInterceptorAction
Dim value As String
 
value = instance.TargetName
public string TargetName {get;}
Remarks
The TargetName for untargeted interceptors - those for any property - will be null or an empty string.
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

PropertyInterceptorAction Class
PropertyInterceptorAction Members

Send Feedback