CommonImplementation.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(Boolean) | |
OverwriteSystemfields() |
OverwriteSystemfields(Boolean)
public:
abstract bool OverwriteSystemfields(bool allowOverwrite);
public abstract bool OverwriteSystemfields (bool allowOverwrite);
abstract member OverwriteSystemfields : bool -> bool
Public MustOverride Function OverwriteSystemfields (allowOverwrite As Boolean) As Boolean
Parameters
- allowOverwrite
- Boolean
Returns
Applies to
OverwriteSystemfields()
public:
abstract bool OverwriteSystemfields();
public abstract bool OverwriteSystemfields ();
abstract member OverwriteSystemfields : unit -> bool
Public MustOverride Function OverwriteSystemfields () As Boolean