Dart.Snmp Namespace > Security Class : Level Property |
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); }