Read-only
About Path Configurator

Name Property


Description

Returns the name of the current element object

 VB Syntax

name = pathElement.Name

Variable

(Type) - Description

name

(String) Variable to store the returned element name.

pathElement

A PathElement (object)

Return Type

String

Default

Not Applicable

Examples

name=pathElement.Name

C++ Syntax

HRESULT get_Name(BSTR* ppName)

Interface

IPathElement