次の方法で共有


Query.changedBy Method

Definition

Overloads

changedBy()

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

changedBy(String)

changedBy()

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

public:
 virtual System::String ^ changedBy();
public virtual string changedBy ();
abstract member changedBy : unit -> string
override this.changedBy : unit -> string
Public Overridable Function changedBy () As String

Returns

The name of the user who last changed the Query object.

Applies to

changedBy(String)

public:
 virtual System::String ^ changedBy(System::String ^ _value);
public virtual string changedBy (string _value);
abstract member changedBy : string -> string
override this.changedBy : string -> string
Public Overridable Function changedBy (_value As String) As String

Parameters

_value
String

The name of the user who last changed the Query object; optional.

Returns

Applies to