| BCRepositoryIsOpen Property |
Note: This API is now obsolete.
Gets a value indicating whether the repository is currently opened.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax[ObsoleteAttribute("This property might be removed from future versions. Use the "IsDisposed" property.")]
public bool IsOpen { get; }<ObsoleteAttribute("This property might be removed from future versions. Use the "IsDisposed" property.")>
Public ReadOnly Property IsOpen As Boolean
Getpublic:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "IsDisposed" property.")]
property bool IsOpen {
bool get ();
}[<ObsoleteAttribute("This property might be removed from future versions. Use the "IsDisposed" property.")>]
member IsOpen : bool with get
Property Value
Type:
Boolean
Remarks
This property might be removed from future versions.
Use the
IsDisposed property.
See Also