Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic bool Validate(
ErrorRegistry registry,
string file
)
Public Function Validate (
registry As ErrorRegistry,
file As String
) As Boolean
public:
bool Validate(
ErrorRegistry^ registry,
String^ file
)
member Validate :
registry : ErrorRegistry *
file : string -> bool
Parameters
- registry
- Type: Lextm.SharpSnmpPro.Mib.ValidationErrorRegistry
- file
- Type: SystemString
Return Value
Type:
Boolean
See Also