Write/Read
About Path Configurator

DescriptiveText Property


Description

Write and read descriptive text associated with the configuration.  This text is displayed in the path configuration dialog. Text is generally used to describe external connections that must be made manually to complete the configuration setup.

 VB Syntax

pathConfig.DescriptiveText = text

Variable

(Type) - Description

name

(String) Variable to store the returned configuration name.

pathConfig

A PathConfiguration (object)

text

(String) Descriptive text enclosed in quotes.

Return Type

String

Default

Not Applicable

Examples

pathConf.DescriptiveText "here are the instructions for connecting the device for this configuration"

C++ Syntax

HRESULT get_DescriptionText(BSTR* pConnectionText );

HRESULT put_DescriptionText(BSTR connectionText );

Interface

IPathConfiguration