Get or SET the PDU type. Available types are GET, GETNEXT, SET, GETBULK. PDU types are defined in Pdu class.

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

Syntax

C#
public PduType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As PduType
Visual C++
public:
property PduType Type {
	PduType get ();
	void set (PduType value);
}

See Also