次の方法で共有


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 値です。

適用対象