Share via


MethodInfo.Displaytype Method

Definition

Specifies the display function type of a method.

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

Returns

A DisplayFunctionType enumeration value that indicates the display function type of a method.

Remarks

The following table lists the possible values returned by the displayType method.

Get The method is a display method.
None The method is not a display or edit method.
RecordGet The method gets a record.
RecordSet The method sets a record.
Set The method is an edit method.

Applies to