Root definitions.
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<Definition> Roots { get; }
Public ReadOnly Property Roots As IList(Of Definition)
Get
public:
property IList<Definition^>^ Roots {
IList<Definition^>^ get ();
}
member Roots : IList<Definition> with get
Property Value
Type:
IListDefinition
See Also