IsAdminAvailable Property
Summary
Gets a value indicating whether this DICOM Service administrative interface is available.
Syntax
public bool IsAdminAvailable { get; }
Public ReadOnly Property IsAdminAvailable As Boolean
public:
property bool IsAdminAvailable {
bool get();
}
Property Value
true
if the administrative interface is available; otherwise,
false
.