PowerSNMP for .NET
EngineId Property (Security)




Gets or sets the engine Id of the remote authoritative engine.
Syntax
Public Property EngineId As Byte()
Dim instance As Security
Dim value() As Byte
 
instance.EngineId = value
 
value = instance.EngineId
public byte[] EngineId {get; set;}
public: __property byte[]* get_EngineId();
public: __property void set_EngineId( 
   byte[][]* value
);
public:
property array<byte>^ EngineId {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Byte array
Remarks

If not set, dynamic discovery techniques are used to get the remote authoritative EngineId.

See Also

Reference

Security Class
Security Members


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