Gets or sets the parent.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
SyntaxIEntity Parent { get; set; }
Property Parent As IEntity
Get
Set
Dim instance As IEntity
Dim value As IEntity
value = instance.Parent
instance.Parent = value
property IEntity^ Parent {
IEntity^ get ();
void set (IEntity^ value);
}
abstract Parent : IEntity with get, set
Property Value
IEntity
The parent.
See Also