Task.Mileage プロパティ

定義

タスクの走行距離を取得または設定します。

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

プロパティ値

タスクの走行距離を含む文字列値。

適用対象