共用方式為


CatalogItem.CreatedBy 屬性

Gets the name of the user who originally added the item to the SharePoint library.

命名空間:  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
A String value that contains the name of the user who originally added the item to the SharePoint library.

請參閱

參考

CatalogItem 類別

ReportService2010 命名空間