Class SAFEnvironment
A Tool for SAF environment.
Namespace: Sartorius.SAF.Infrastructure
Assembly: Sartorius.SAF.dll
Syntax
public static class SAFEnvironment
Properties
View SourceApplicationId
Gets the application id.
Declaration
public static string ApplicationId { get; }
Property Value
| Type | Description |
|---|---|
| string |
ExecutablePath
Gets the executable path of the application.
Declaration
public static string ExecutablePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
MachineName
Gets a current machine name.
Declaration
public static string MachineName { get; }
Property Value
| Type | Description |
|---|---|
| string |