C# Class Tx.Network.Snmp.Dynamic.SnmpOidAttribute

Inheritance: System.Attribute
Mostra file Open project: Reactive-Extensions/Tx

Public Methods

Method Description
SnmpOidAttribute ( string oid ) : System

Constructs a new SnmpOidAttribute with the given object identifier.

Method Details

SnmpOidAttribute() public method

Constructs a new SnmpOidAttribute with the given object identifier.
Thrown if is null or whitespace.
public SnmpOidAttribute ( string oid ) : System
oid string The identifier of the object that is represented by the attributed property.
return System