Share via


WebActionMenuFunction.enumParameter Method

Definition

Overloads

enumParameter(Int32)
enumParameter()

Gets or sets the enumParameter property that is passed to the object that is run by the MenuFunction class.

enumParameter(Int32)

public:
 virtual int enumParameter(int _value);
public virtual int enumParameter (int _value);
abstract member enumParameter : int -> int
override this.enumParameter : int -> int
Public Overridable Function enumParameter (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to

enumParameter()

Gets or sets the enumParameter property that is passed to the object that is run by the MenuFunction class.

public:
 virtual int enumParameter();
public virtual int enumParameter ();
abstract member enumParameter : unit -> int
override this.enumParameter : unit -> int
Public Overridable Function enumParameter () As Integer

Returns

The enumParameter property that is passed to the object that is run by the MenuFunction class.

Applies to