Checks validity of the class.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Valid()
Public Function Valid As Boolean
public:
virtual bool Valid() sealed

Return Value

Returns false if all required values are not initialized, or if invalid combination of options is set, otherwise true.

Implements

IAgentParameters..::.Valid()()()

See Also