Search Results for

    Show / Hide Table of Contents

    Property Item

    | Improve this Doc View Source

    Item[String]

    Gets or sets the value of the variable.

    Declaration
    string this[string variable] { get; set; }
    Parameters
    Type Name Description
    String variable

    The variable to get or set.

    Property Value
    Type Description
    String
    Remarks

    The property gets a null value in case the variable is not found in the provider.

    Exceptions
    Type Condition
    ArgumentNullException

    variable is null.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core