Share via


ReportLibraryNode.changedBy Method

Definition

Overloads

changedBy()

Gets or sets the name of the user who last changed the application object.

changedBy(String)

changedBy()

Gets or sets the name of the user who last changed the application object.

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

Returns

The name of the user.

Applies to

changedBy(String)

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

Parameters

_value
String

Returns

Applies to