Read-only
About External Testset Control

Type (testset) Property


Description

Returns the testset model number.

 VB Syntax

tset.Type model

Variable

(Type) - Description

model

(String) Variable to return the Test set model

tset

A TestsetControl object.

Obtained from the ExternalTestsets collection.

Return Type

String

Default

None

Examples

testset.type model

See External Testset Program

C++ Syntax

HRESULT get_Type(BSTR *pType);

Interface

ITestsetControl