PowerSNMP for .NET
Level Property (Security)




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


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic