ObjectRegistryBaseTree Property |
Object tree.
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ObjectTree Tree { get; protected set; }
Public Property Tree As ObjectTree
Get
Protected Set
public:
property ObjectTree^ Tree {
ObjectTree^ get ();
protected: void set (ObjectTree^ value);
}
member Tree : ObjectTree with get, set
Property Value
Type:
ObjectTree
See Also