Read-only
About IO Configuration

InterfaceTypes Property


Description

Returns the valid interface types for the PNA.

 VB Syntax

value = IOConfig.InterfaceTypes

Variable

(Type) - Description

value

(Variant) variable to store the returned information.

IOConfig

An IOConfiguration object.

Return Type

Array of strings

Default

Not Applicable

Examples

values = IO.InterfaceTypes

For i = lbound(values) to ubound(values)

   Wscript.echo values(i)

next

C++ Syntax

HRESULT InterfaceTypes(VARIANT* recognizedTypes);

Interface

IIOConfiguration


Last Modified:

8-Nov-2013

New topic