ObjectTypeMacroInstallErrors Property |
Gets or sets the install errors.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<NamedBit> InstallErrors { get; }
Public ReadOnly Property InstallErrors As IList(Of NamedBit)
Get
Dim instance As ObjectTypeMacro
Dim value As IList(Of NamedBit)
value = instance.InstallErrors
public:
property IList<NamedBit^>^ InstallErrors {
IList<NamedBit^>^ get ();
}
member InstallErrors : IList<NamedBit> with get
Property Value
IListNamedBit
The install errors.
See Also