DomainDescription

sealed class DomainDescription

An object that describes a domain to be created.

Since

200.1.0

Inheritors

Properties

Link copied to clipboard

The field type of the domain to be created. Specifies the field type of the domain. Valid field types are FieldType.Int16, FieldType.Int32, FieldType.Float32, FieldType.Float64, and FieldType.Date. Additionally, for CodedValueDomainDescription, FieldType.Text is valid.

Link copied to clipboard

The name of the domain to be created. Specifies the name of the domain. The domain name must be non-empty, consist only of alphanumeric characters and underscores, and cannot start with a number or an underscore.