WebContentItem.object Method
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.
Overloads
object(String) | |
object() |
Gets or sets the object that the MenuFunction class runs. |
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
object()
Gets or sets the object that the MenuFunction class runs.
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 the MenuFunction class runs.
Remarks
property value may be one of the following objects:
- Form
- Report
- Job
- Class
- Query