Version

SetMarkerValue Method

Sets a given marker to the given value.
Syntax
'Declaration
 
Public Sub SetMarkerValue( _
   ByVal marker As Rational.Test.Ft.Script.List, _
   ByVal value As Object _
) 
public void SetMarkerValue( 
   Rational.Test.Ft.Script.List marker,
   object value
)

Parameters

marker
The Marker List which will be adjusted.
value
The value which will be set to the marker
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