VaultApplicationBaseInitialLoadComplete Property |
True after the Initialize() method has been executed.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected bool InitialLoadComplete { get; set; }
Protected Property InitialLoadComplete As Boolean
Get
Set
protected:
property bool InitialLoadComplete {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also