You are here: Core Reference > Coding > Scripting > Mimic.FullName

Mimic.FullName

The Mimic.FullName property returns the full name of the Mimic that contains the script

Syntax

Mimic.FullName

Description

Returns the full name of the Mimic that contains the script that is running.

Arguments

None.

Returns

String

Example:

MsgBox "Mimic Name = " + Mimic.FullName


This returns the name of the Mimic that contains the script and displays it in a message box.

NOTE: The FullName property is read-only.


ClearSCADA 2015 R2