ModuleIdentityMacroParent Property |
Gets or sets the parent.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IEntity Parent { get; set; }
Public Property Parent As IEntity
Get
Set
Dim instance As ModuleIdentityMacro
Dim value As IEntity
value = instance.Parent
instance.Parent = value
public:
virtual property IEntity^ Parent {
IEntity^ get () sealed;
void set (IEntity^ value) sealed;
}
abstract Parent : IEntity with get, set
override Parent : IEntity with get, set
Property Value
IEntity
The parent.
Implements
IEntityParent
See Also