Share via


xMenuFunction.object Method

Definition

Overloads

object()

Gets or sets the object that is run by the MenuFunction class.

object(String)

object()

Gets or sets the object that is run by the MenuFunction class.

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

Returns

The object that is run by the MenuFunction class.

Remarks

The property value may be one of the following objects:

  • Form.
  • Report.
  • Job.
  • Class.
  • Query.

Applies to

object(String)

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

Parameters

_value
String

Returns

Applies to