ArcGIS Pro 2.6 API Reference Guide
CodedValueDomain Class
Members 

ArcGIS.Core.Data Namespace : CodedValueDomain Class
Represents the information about the valid coded values belonging to this coded value domain.
Syntax
public sealed class CodedValueDomain : Domain, System.IDisposable  
Public NotInheritable Class CodedValueDomain 
   Inherits Domain
   Implements System.IDisposable 
Remarks
A CodedValueDomain maintains the information about the valid coded values belonging to this coded value domain. Domains may be assigned to a field at the table level or if the table has subtypes, they would be assigned at the subtype level. A domain indicates the valid values for a field, and will indicate during validation if the field value is outside of this valid list.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Data.Domain
         ArcGIS.Core.Data.CodedValueDomain

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CodedValueDomain Members
ArcGIS.Core.Data Namespace