Class SKFSettings
Inheritance
System.Object
SKFSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SKFSettings : PerMachineSettings, IEquatable<APIBase>
Properties
EnableSKFModule
Declaration
public bool EnableSKFModule { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LogFilePath
Declaration
public string LogFilePath { get; }
Property Value
| Type |
Description |
| System.String |
|
LogHTTPRequests
Declaration
public bool LogHTTPRequests { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SKFAuthentication
Declaration
public SKFAuthentication SKFAuthentication { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods