IActionLineGetArgByIndex Method |
Gets value of an argument by its index. Index numbering starts from 1
Namespace:
TestArchitect.Harness.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string GetArgByIndex(
int column
)
Function GetArgByIndex (
column As Integer
) As String
String^ GetArgByIndex(
int column
)
abstract GetArgByIndex :
column : int -> string
Parameters
- column
- Type: SystemInt32
Return Value
Type:
StringSee Also