Share via


xArgs.parmEnum Method

Definition

Overloads

parmEnum()

Gets or sets the enumeration value of the enumeration type that is specified in the parmEnumType method.

parmEnum(Int32)

parmEnum()

Gets or sets the enumeration value of the enumeration type that is specified in the parmEnumType method.

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

Returns

The enumeration value of the enumeration type that is specified in the parmEnumType method.

Remarks

This method is often used with the parmEnumType method: args.parmEnumType(enumnum(AssetBookType));args.parmEnumType(enumnum(AssetBookType));

Applies to

parmEnum(Int32)

public:
 virtual System::Object ^ parmEnum(int _value);
public virtual object parmEnum (int _value);
abstract member parmEnum : int -> obj
override this.parmEnum : int -> obj
Public Overridable Function parmEnum (_value As Integer) As Object

Parameters

_value
Int32

The key of an enumeration value to set; optional.

Returns

Applies to