Class DbfFieldValues
Class implementation of DbfFieldValues
Inheritance
System.Object
DbfFieldValues
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class DbfFieldValues : Object
Constructors
DbfFieldValues()
Initializes a new instance of the DbfFieldValues class.
Declaration
public DbfFieldValues()
Properties
Key
Gets or sets value for key
Declaration
public string Key { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets string value
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |