Show / Hide Table of Contents

Class CodedValueDescription

An object that describes a CodedValue to be created.

Inheritance
Object
CodedValueDescription
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class CodedValueDescription
Remarks

Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via CreateAsync(String).

Constructors

Name Description
CodedValueDescription(String, Object)

Initializes a new instance of the CodedValueDescription class with the specified name and value.

Properties

Name Description
Name

Gets or sets the coded value's name.

Value

Gets or sets the coded value's value.

Applies to

TargetVersions
.NET Standard 2.0100.14 - 100.15
.NET 6.0100.14 - 100.15
.NET 6.0 Windows100.14 - 100.15
.NET Framework100.14 - 100.15
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 100.15
In This Article
Back to top Copyright © 2022 Esri.