DevForce Help Reference
GetTarget Method


Returns the target or targets of this link. The targets are the objects on which the verifiers will be executed.
Syntax
'Declaration
 
Public Function GetTarget( _
   ByVal sourceInstance As Object _
) As Object
'Usage
 
Dim instance As TriggerLink
Dim sourceInstance As Object
Dim value As Object
 
value = instance.GetTarget(sourceInstance)
public object GetTarget( 
   object sourceInstance
)

Parameters

sourceInstance
Remarks
If returning multiple targets, the return type must implement System.Collections.IEnumerable.
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

TriggerLink Class
TriggerLink Members

Send Feedback