Show / Hide Table of Contents

    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 Source

    Name

    Gets the name of the fact.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Value

    Gets the value of the fact.

    Declaration
    string Value { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.