Read-only
 About Path Configurator

Configurations Property


Description

Returns an array of stored configuration names that can be used with DeleteConfiguration Method and.LoadConfiguration Method

 VB Syntax

names = pathMgr.Configurations

Variable

(Type) - Description

names

(Variant array) Variable to store the returned configuration names.

pathMgr

PathConfigurationManager (object)

Return Type

Variant array

Default

Not Applicable

Examples

names = path.Configurations

C++ Syntax

HRESULT get_Configurations (VARIANT* configurations );

Interface

IPathConfigurationManager