Table of Contents

Property UserLoginName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

UserLoginName

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

public string UserLoginName { get; }

Property Value

string

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

Examples

string name = engine.UserLoginName;