ObjectTypeMacroInstallErrors Property |
Gets or sets the install errors.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<NamedBit> InstallErrors { get; }
Public ReadOnly Property InstallErrors As IList(Of NamedBit)
Get
public:
property IList<NamedBit^>^ InstallErrors {
IList<NamedBit^>^ get ();
}
member InstallErrors : IList<NamedBit> with get
Property Value
Type:
IListNamedBit
The install errors.
See Also