Share via


DictFieldGroup.field(Int32) Method

Definition

Returns the specified field from the field group.

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

Parameters

_fieldNumber
Int32

The one-based index to the list of fields in the field group. The index is in the same order as the Finance and Operations Application Object Tree (AOT).

Returns

The field ID of the field. If the item is a display method, the ID is in the form 65280 + 0-based method index.

Remarks

For a code example that uses the Field method, see the DictFieldGroup.numberOfFields Method method.

Applies to