Show / Hide Table of Contents

    IDwReadOnlyColumn.Values Property

    .NET Standard 2.x

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

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    IReadOnlyDictionary<string, string> Values { get; }
    

    Property Value

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

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

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon