menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DbfFieldValues - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DbfFieldValues

    Class implementation of DbfFielsValues

    Inheritance
    System.Object
    DbfFieldValues
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class DbfFieldValues : Object

    Constructors

    DbfFieldValues()

    Initializes a new instance of the DbfFieldValues class.

    Declaration
    public DbfFieldValues()

    Properties

    Key

    Gets or sets a value for key

    Declaration
    public string Key { get; set; }
    Property Value
    Type
    System.String

    Value

    Gets or sets a value for Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved