_AppointmentItem.Mileage Property

Definition

Returns or sets a String (string in C#) representing the mileage for an item. Read/write.

public:
 property System::String ^ Mileage { System::String ^ get(); void set(System::String ^ value); };
public string Mileage { get; set; }
Public Property Mileage As String

Property Value

Remarks

This is a free-form string field and can be used to store mileage information associated with the item (for example, 100 miles documented for an appointment, contact, or task) for purposes of reimbursement.

Applies to