Поделиться через


Свойство 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