次の方法で共有


Recipe.PrepTime プロパティ

定義

食材の準備に必要な時間を取得します。 たとえば、PT15M です。 時刻形式の詳細については、「」を参照してください http://en.wikipedia.org/wiki/ISO_8601#Durations

[Newtonsoft.Json.JsonProperty(PropertyName="prepTime")]
public string PrepTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="prepTime")>]
member this.PrepTime : string
Public ReadOnly Property PrepTime As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象