OperationMacroErrorList Property |
Gets or sets the list of possible errors for the operation.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<TypeOrValue> ErrorList { get; set; }
Public Property ErrorList As IList(Of TypeOrValue)
Get
Set
Dim instance As OperationMacro
Dim value As IList(Of TypeOrValue)
value = instance.ErrorList
instance.ErrorList = value
public:
property IList<TypeOrValue^>^ ErrorList {
IList<TypeOrValue^>^ get ();
void set (IList<TypeOrValue^>^ value);
}
member ErrorList : IList<TypeOrValue> with get, set
Property Value
IListTypeOrValue
See Also