次の方法で共有


TaskType.Mileage プロパティ

定義

プロパティは Mileage 、タスクの走行距離を表す文字列値を取得または設定します。

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

プロパティ値

プロパティは Mileage 、タスクの走行距離を表す文字列値を返します。

適用対象