次の方法で共有


SubscriptionCreateParameters.OwnerId プロパティ

定義

/users/{userId} という形式でサブスクリプションを作成するユーザー (ユーザー ID パス) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象