DevForce Help Reference
TargetName Property (PropertyInterceptor)


The name of the property on which the interceptor acts.
Syntax
'Declaration
 
Public ReadOnly Property TargetName As String
'Usage
 
Dim instance As PropertyInterceptor
Dim value As String
 
value = instance.TargetName
public string TargetName {get;}
Remarks
If null or an emtpy string the action applies to all properties in the TargetType 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

PropertyInterceptor Class
PropertyInterceptor Members

Send Feedback