DeviceDtoFreeBooleanFieldThree Property

Free Boolean field (for custom work or extra information)

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public bool? FreeBooleanFieldThree { get; set; }

Property Value

NullableBoolean

Implements

IFreeFieldsFreeBooleanFieldThree

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 may lead to confusion and unexpected behavior.

See Also