MapMarkerDtoLabel Property

The label representing the object to the user. Empty or are not valid values for this property!

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public required string Label { get; set; }

Property Value

String

Implements

IIdLabelLabel

Remarks

Depending on the object the label can fulfill many different roles. Therefore - except from the above - there are no global restrictions on the label. Each type of object has its own rules for the label.

See Also