次の方法で共有


Recipe.CookTime プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象