ObjectTypeMacroEntry Property |
Gets or sets the entry.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ObjectTypeMacro Entry { get; }
Public ReadOnly Property Entry As ObjectTypeMacro
Get
Dim instance As ObjectTypeMacro
Dim value As ObjectTypeMacro
value = instance.Entry
public:
property ObjectTypeMacro^ Entry {
ObjectTypeMacro^ get ();
}
member Entry : ObjectTypeMacro with get
Property Value
ObjectTypeMacro
The entry.
See Also