Name Property

Specifies the name of the current object.

Syntax

object.Name [= String]

Properties

The Name property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

The name of the object.

NOTE: The Name property for the Application object returns "Application" for internal purposes. When attempting to identify the iFIX application, the FullName property should be used.

 

Applies To