CommonImplementation.SkipPostLoad Method

Definition

Overloads

SkipPostLoad()
SkipPostLoad(Boolean)

SkipPostLoad()

public:
 abstract bool SkipPostLoad();
public abstract bool SkipPostLoad ();
abstract member SkipPostLoad : unit -> bool
Public MustOverride Function SkipPostLoad () As Boolean

Returns

Applies to

SkipPostLoad(Boolean)

public:
 abstract bool SkipPostLoad(bool newValue);
public abstract bool SkipPostLoad (bool newValue);
abstract member SkipPostLoad : bool -> bool
Public MustOverride Function SkipPostLoad (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to