Share via


ReportLibraryNode.createdBy Method

Definition

Overloads

createdBy()

Gets or sets the name of the user who created the application object.

createdBy(String)

createdBy()

Gets or sets the name of the user who created the application object.

public:
 override System::String ^ createdBy();
public override string createdBy ();
override this.createdBy : unit -> string
Public Overrides Function createdBy () As String

Returns

The name of the user.

Applies to

createdBy(String)

public:
 override System::String ^ createdBy(System::String ^ _value);
public override string createdBy (string _value);
override this.createdBy : string -> string
Public Overrides Function createdBy (_value As String) As String

Parameters

_value
String

Returns

Applies to