WebContentItem.enumParameter 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
enumParameter() |
Gets or sets the enumParameter property that is passed to the object that is run by the MenuFunction class. |
enumParameter(Int32) |
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.