ConstraintElementVerify Method |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic virtual bool Verify(
ISnmpData data
)
Public Overridable Function Verify (
data As ISnmpData
) As Boolean
public:
virtual bool Verify(
ISnmpData^ data
)
abstract Verify :
data : ISnmpData -> bool
override Verify :
data : ISnmpData -> bool
Parameters
- data
- Type: Lextm.SharpSnmpLibISnmpData
Return Value
Type:
Boolean
See Also