ManagedCommonImplementation.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() | |
OverwriteSystemfields(Boolean) |
OverwriteSystemfields()
public:
override bool OverwriteSystemfields();
public override bool OverwriteSystemfields ();
override this.OverwriteSystemfields : unit -> bool
Public Overrides Function OverwriteSystemfields () As Boolean
Returns
Applies to
OverwriteSystemfields(Boolean)
public:
override bool OverwriteSystemfields(bool allowOverwrite);
public override bool OverwriteSystemfields (bool allowOverwrite);
override this.OverwriteSystemfields : bool -> bool
Public Overrides Function OverwriteSystemfields (allowOverwrite As Boolean) As Boolean
Parameters
- allowOverwrite
- Boolean