Gets a value indicating whether the Work Isolation mode has been enabled for the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This property might be removed from future versions. Use the "WorkIsolationMode" property.")] public bool IsWorkIsolationMode { get; } |
Visual Basic |
---|
<ObsoleteAttribute("This property might be removed from future versions. Use the "WorkIsolationMode" property.")> _ Public ReadOnly Property IsWorkIsolationMode As Boolean Get |
Visual C++ |
---|
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "WorkIsolationMode" property.")] public: property bool IsWorkIsolationMode { bool get (); } |
Remarks
This property might be removed from future versions. Use the WorkIsolationMode property.