|
SnmpEngineActive Property
|
Gets a value indicating whether this
SnmpEngine is active.
Namespace: GSF.Net.Snmp.PipelineAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public bool Active { get; }
Public ReadOnly Property Active As Boolean
Get
public:
property bool Active {
bool get ();
}
member Active : bool with get
View SourceProperty Value
Booleantrue if active; otherwise,
false.
See Also