Gets or sets the parent.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
SyntaxIEntity Parent { get; set; }
Property Parent As IEntity
Get
Set
property IEntity^ Parent {
IEntity^ get ();
void set (IEntity^ value);
}
abstract Parent : IEntity with get, set
Property Value
Type:
IEntity
The parent.
See Also