次の方法で共有


Subscription.Owner プロパティ

定義

サブスクリプションの所有者のユーザー名です。 読み取り専用です。

public:
 property System::String ^ Owner { System::String ^ get(); void set(System::String ^ value); };
public string Owner { get; set; }
member this.Owner : string with get, set
Public Property Owner As String

プロパティ値

サブスクリプションの所有者のユーザー名を含む読み取り専用 String の値。

適用対象