This document is archived and information here might be outdated. Recommended version. |
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.
[Visual Basic .NET]
Public Property PersistManualOperations As Boolean
[C#]
public bool PersistManualOperations {get; set;}
[C++]
HRESULT get_PersistManualOperations(
VARIANT_BOOL PersistManualOperations
);
[C++]
HRESULT put_PersistManualOperations(
Boolean* PersistManualOperations
);
[C++] Parameters PersistManualOperations [in]
PersistManualOperations is a parameter of type bool PersistManualOperations [out, retval]
PersistManualOperations is a parameter of type bool*