Get/Set generic code trap value object

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

Syntax

C#
public virtual int Generic { get; set; }
Visual Basic (Declaration)
Public Overridable Property Generic As Integer
Visual C++
public:
virtual property int Generic {
	int get ();
	void set (int value);
}

See Also