![]() |
This document is archived and information here might be outdated. Recommended version. |
Indicates if the library object is being updated with new information.
[Visual Basic .NET] Public Property IsUpdating As Boolean
[C#] public bool IsUpdating {get; set;}
[C++]
HRESULT get_IsUpdating(
Boolean* pVal
);
[C++]
HRESULT put_IsUpdating(
VARIANT_BOOL pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool