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