| NetworkInterfaceInfoIsActive Property |
Indicates whether the interface is connected
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool IsActive { get; }
Public ReadOnly Property IsActive As Boolean
Get
public:
property bool IsActive {
bool get ();
}
member IsActive : bool with get
Property Value
Type:
BooleanSee Also