Show / Hide Table of Contents

    IDwColumn.Values Property

    .NET Standard 2.x

    Gets or sets an IDictionary<string, string> object which contains the value list of this column.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    new IDictionary<string, string> Values { get; set; }
    

    Property Value

    System.Collections.Generic.IDictionary<String, String>

    An IDictionary<string, string> object which contains the value list of this column.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon