Validate object.

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

Syntax

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

Return Value

true if object is valid, otherwise false

Implements

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

Remarks

[Missing <remarks> documentation for "M:SnmpSharpNet.AgentParameters.Valid"]

See Also