Common.skipPostLoad Method

Definition

Overloads

skipPostLoad()
skipPostLoad(Boolean)

skipPostLoad()

public:
 bool skipPostLoad();
public bool skipPostLoad ();
member this.skipPostLoad : unit -> bool
Public Function skipPostLoad () As Boolean

Returns

Applies to

skipPostLoad(Boolean)

public:
 bool skipPostLoad(bool newValue);
public bool skipPostLoad (bool newValue);
member this.skipPostLoad : bool -> bool
Public Function skipPostLoad (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to