Task.Mileage Property

Definition

Gets or sets the mileage of the task.

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

A string value containing the mileage of the task.

Applies to