次の方法で共有


LeaseShareRequest.LeaseId プロパティ

定義

リースを識別する値を取得または設定します。 任意の有効な GUID 文字列形式で指定できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象