Gets a value indicating whether the repository is currently opened.
            
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
 Syntax
Syntax
| C# | 
|---|
| [ObsoleteAttribute("This property might be removed from future versions. Use the "IsDisposed" property.")] public bool IsOpen { get; } | 
| Visual Basic | 
|---|
| <ObsoleteAttribute("This property might be removed from future versions. Use the "IsDisposed" property.")> _ Public ReadOnly Property IsOpen As Boolean Get | 
| Visual C++ | 
|---|
| [ObsoleteAttribute(L"This property might be removed from future versions. Use the "IsDisposed" property.")] public: property bool IsOpen { bool get (); } | 
 Remarks
Remarks
            This property might be removed from future versions. 
            Use the IsDisposed property.
            





