DictFieldGroup.field(Int32) 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.
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.