Share via


xRecord.overwriteSystemfields Method

Definition

Overloads

overwriteSystemfields()

Gets and sets the property that indicates whether system fields can be overwritten.

overwriteSystemfields(Boolean)

overwriteSystemfields()

Gets and sets the property that indicates whether system fields can be overwritten.

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

Returns

true if system fields can be overwritten; otherwise, false.

Applies to

overwriteSystemfields(Boolean)

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

Parameters

_allowOverwrite
Boolean

A Boolean value that indicates whether system fields can be overwritten; optional.

Returns

Applies to