Click or drag to resize

TableObjectObjects Property

Gets the objects in the table.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
protected abstract IEnumerable<ScalarObject> Objects { get; }
View Source

Property Value

IEnumerableScalarObject
The objects.
See Also