xRecord.skipDataMethods 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
skipDataMethods() |
Gets and sets the property that indicates whether to discard overloaded methods. |
skipDataMethods(Boolean) |
skipDataMethods()
Gets and sets the property that indicates whether to discard overloaded methods.
public:
virtual bool skipDataMethods();
public virtual bool skipDataMethods ();
abstract member skipDataMethods : unit -> bool
override this.skipDataMethods : unit -> bool
Public Overridable Function skipDataMethods () As Boolean
Returns
true if overloaded methods should be discarded; otherwise, false.
Applies to
skipDataMethods(Boolean)
public:
virtual bool skipDataMethods(bool _newValue);
public virtual bool skipDataMethods (bool _newValue);
abstract member skipDataMethods : bool -> bool
override this.skipDataMethods : bool -> bool
Public Overridable Function skipDataMethods (_newValue As Boolean) As Boolean
Parameters
- _newValue
- Boolean
A Boolean value that indicates whether to discard overloaded methods; optional.