FormListControl.displayTarget Method

Definition

Overloads

displayTarget()

Gets or sets the value that indicates whether the control is displayed in the Finance and Operations client, in Enterprise Portal for Finance and Operations, or in both.

displayTarget(Int32)

displayTarget()

Gets or sets the value that indicates whether the control is displayed in the Finance and Operations client, in Enterprise Portal for Finance and Operations, or in both.

public:
 override int displayTarget();
public override int displayTarget ();
override this.displayTarget : unit -> int
Public Overrides Function displayTarget () As Integer

Returns

The value that indicates whether the control is displayed in the Finance and Operations client, in Enterprise Portal, or in both.

Applies to

displayTarget(Int32)

public:
 override int displayTarget(int _value);
public override int displayTarget (int _value);
override this.displayTarget : int -> int
Public Overrides Function displayTarget (_value As Integer) As Integer

Parameters

_value
Int32

The integer value that indicates where the control is displayed; optional.

Returns

Applies to