Share via


xRecord.skipDeleteMethod Method

Definition

Overloads

skipDeleteMethod()

Gets and sets the property that indicates whether to discard overloaded methods.

skipDeleteMethod(Boolean)

skipDeleteMethod()

Gets and sets the property that indicates whether to discard overloaded methods.

public:
 virtual bool skipDeleteMethod();
public virtual bool skipDeleteMethod ();
abstract member skipDeleteMethod : unit -> bool
override this.skipDeleteMethod : unit -> bool
Public Overridable Function skipDeleteMethod () As Boolean

Returns

true if overloaded methods should be discarded; otherwise, false.

Applies to

skipDeleteMethod(Boolean)

public:
 virtual bool skipDeleteMethod(bool _newValue);
public virtual bool skipDeleteMethod (bool _newValue);
abstract member skipDeleteMethod : bool -> bool
override this.skipDeleteMethod : bool -> bool
Public Overridable Function skipDeleteMethod (_newValue As Boolean) As Boolean

Parameters

_newValue
Boolean

A Boolean value that indicates whether to discard overloaded methods; optional.

Returns

Applies to