次の方法で共有


SubscriptionContract.OwnerId プロパティ

定義

サブスクリプション所有者のユーザー リソース識別子を取得または設定します。 値は、/users/{userId} 形式の有効な相対 URL です。{userId} はユーザー識別子です。

[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

適用対象