次の方法で共有


Subscription.Owner プロパティ

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

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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 クラス

ReportService2005 名前空間