ALM Open Test Architecture API Type Library Version 12.55
Field Property
Collapse All
Expand All
ITest Interface
: Field Property
The name of the field in the project database. Use all upper case.
Description
The value of the specified field.
Property type
Read-write property
Syntax
Visual Basic
Public
Property
Field( _
ByVal
FieldName
As
String
_ )
As
Variant
Parameters
FieldName
The name of the field in the project database. Use all upper case.
Remarks
If the field name is "TS_SUBJECT", a
SubjectNode Object
is returned.
See Also
ITest Interface
|
ITest Members