Read-Only
About External Devices

HasItem Property


Description

Returns a value indicating whether the specified external devices is configured.

 VB Syntax

value = extDevices.HasItem(name)

Variable

(Type) - Description

value

(Boolean) Variable to store one of the following returned values.

False - Item (name) is NOT present in the External Devices collection.

True - Item (name) IS present in the External Devices collection.

extDevices

An ExternalDevices (collection)

name

(String) Name of External Device for which to search the collection.

Return Type

Boolean

Default

Not Applicable

Examples

has = extDevices.HasItem('mysource')'Read

C++ Syntax

HRESULT get_HasItem( VARIANT Index, BOOL *pVal);

Interface

IExternalDevices


Last Modified:

27-Nov-2012

Fixed

31-Jul-2009

MX New topic