CatalogItem.CreatedBy Property

Definition

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

public:
 property System::String ^ CreatedBy { System::String ^ get(); void set(System::String ^ value); };
public string CreatedBy { get; set; }
member this.CreatedBy : string with get, set
Public Property CreatedBy As String

Property Value

A String value that contains the name of the user who originally added the item to the SharePoint library.

Applies to