xRecord.overwriteSystemfields Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.