DeviceDtoFreeTextFieldOne Property

Free String text field (for custom work or extra information)

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public string? FreeTextFieldOne { get; set; }

Property Value

String

Implements

IFreeFieldsFreeTextFieldOne

Remarks

A value of means the property lacks assignment. This is intentional, as the property is optional and may not be used, and giving it a default value of Empty may lead to confusion and unexpected behavior.

See Also