Table of Contents

Property UserDisplayName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

UserDisplayName

Gets the displayed name of the user who is executing the script.

public string UserDisplayName { get; }

Property Value

string

The displayed name of the user who is executing the script.

Examples

engine.Log(engine.UserDisplayName);