PowerSNMP for .NET
Level Property




Indicates the SecurityLevel found in an SNMPv3 packet when decoding.
Syntax
Public Property Level As SecurityLevel
Dim instance As Security
Dim value As SecurityLevel
 
instance.Level = value
 
value = instance.Level
public SecurityLevel Level {get; set;}
public: __property SecurityLevel get_Level();
public: __property void set_Level( 
   SecurityLevel value
);
public:
property SecurityLevel Level {
   SecurityLevel get();
   void set (    SecurityLevel value);
}
See Also

Reference

Security Class
Security Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic