Interface IFact
The basic interface for a fact (MLST).
Namespace: FubarDev.FtpServer.ListFormatters.Facts
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFact
  Properties
| Improve this Doc View SourceName
Gets the name of the fact.
Declaration
string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| String | 
Value
Gets the value of the fact.
Declaration
string Value { get; }
  Property Value
| Type | Description | 
|---|---|
| String |