OperationMacroErrorList Property |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<TypeOrValue> ErrorList { get; set; }
Public Property ErrorList As IList(Of TypeOrValue)
Get
Set
public:
property IList<TypeOrValue^>^ ErrorList {
IList<TypeOrValue^>^ get ();
void set (IList<TypeOrValue^>^ value);
}
member ErrorList : IList<TypeOrValue> with get, set
Property Value
Type:
IListTypeOrValue
See Also