次の方法で共有


Subscription.Owner プロパティ

サブスクリプションの所有者のユーザー名を取得します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property Owner As String 
    Get 
    Set
'使用
Dim instance As Subscription 
Dim value As String 

value = instance.Owner

instance.Owner = value
public string Owner { get; set; }
public:
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
member Owner : string with get, set
function get Owner () : String 
function set Owner (value : String)

プロパティ値

型: System.String
サブスクリプションの所有者のユーザー名を表す、読み取り専用の String 値です。

関連項目

参照

Subscription クラス

ReportService2010 名前空間