DevForce Help Reference
TargetName Property (PropertyInterceptorAttribute)


The name of the property for which the property interceptor is defined.
Syntax
'Declaration
 
Public ReadOnly Property TargetName As String
'Usage
 
Dim instance As PropertyInterceptorAttribute
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

PropertyInterceptorAttribute Class
PropertyInterceptorAttribute Members

Send Feedback