Get/SET trap enterprise identifier

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Oid Enterprise { get; set; }
Public Property Enterprise As Oid
public:
property Oid^ Enterprise {
	Oid^ get ();
	void set (Oid^ value);
}

See Also