Share via


FormReferenceObject.allowAdd Method

Definition

Overloads

allowAdd()

Sets or returns the value of the allowAdd property for the form data object.

allowAdd(Int32)

allowAdd()

Sets or returns the value of the allowAdd property for the form data object.

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

Returns

A FormAllowAdd enumeration value that indicates whether the allowAdd property is set to No, Restricted, or Yes.

Applies to

allowAdd(Int32)

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

Parameters

_value
Int32

The value that is assigned to the allowEdit property.

Returns

Applies to