次の方法で共有


SubscriptionInner.LockDuration プロパティ

定義

サブスクリプションのロック期間の期間を取得または設定します。 サービスは、loc 期間に C# 標準 TimeSpan 形式を受け入れます https://msdn.microsoft.com/en-us/library/ee372286(v=vs.110).aspx

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lockDuration")]
public string LockDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lockDuration")>]
member this.LockDuration : string with get, set
Public Property LockDuration As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象