ErrorRegistryWarnings Property |
Warnings.
Namespace: Lextm.SharpSnmpPro.Mib.ValidationAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IReadOnlyCollection<CompilerWarning> Warnings { get; }
Public ReadOnly Property Warnings As IReadOnlyCollection(Of CompilerWarning)
Get
Dim instance As ErrorRegistry
Dim value As IReadOnlyCollection(Of CompilerWarning)
value = instance.Warnings
public:
property IReadOnlyCollection<CompilerWarning^>^ Warnings {
IReadOnlyCollection<CompilerWarning^>^ get ();
}
member Warnings : IReadOnlyCollection<CompilerWarning> with get
Property Value
IReadOnlyCollectionCompilerWarning
See Also