C# Класс Tx.Network.Snmp.Dynamic.SnmpOidAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
SnmpOidAttribute ( string oid ) : System

Constructs a new SnmpOidAttribute with the given object identifier.

Описание методов

SnmpOidAttribute() публичный Метод

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.
Результат System