Share via


QueryHavingFilter.field Method

Definition

Overloads

field(Int32)
field()

Gets or sets the field ID associated with the object.

field(Int32)

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

Parameters

_value
Int32

Returns

Applies to

field()

Gets or sets the field ID associated with the object.

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

Returns

The current value of the field ID associated with the object.

Applies to