Property FieldType
FieldType
Gets or sets the field type of the domain to be created.
Declaration
public FieldType FieldType { get; set; }
Property Value
Type | Description |
---|---|
FieldType | The field type of the domain to be created. |
Remarks
Specifies the field type of the domain. Valid field types are Int16, Int32, Int64, Float32, Float64, Date, DateOnly, and TimeOnly. Additionally, for CodedValueDomainDescription, Text is valid.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |