次の方法で共有


CatalogItem.CreatedBy プロパティ

アイテムを最初に SharePoint ライブラリに追加したユーザーの名前を取得します。

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

構文

'宣言
Public Property CreatedBy As String 
    Get 
    Set
'使用
Dim instance As CatalogItem 
Dim value As String 

value = instance.CreatedBy

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

プロパティ値

型: System.String
アイテムを最初に SharePoint ライブラリに追加したユーザーの名前を表す String 値です。

関連項目

参照

CatalogItem クラス

ReportService2010 名前空間