CatalogItem.CreatedBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the user that originally added the item to the report server database. Read-only.
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 containing the name of the user who originally added the item to the report server database.