| Dart.PowerSNMP Namespace > Agent Class : EngineId Property (Agent) |
Used to get and set a byte array that identifies the SNMP engine.
[Visual Basic]
<ObsoleteAttribute("Deprecated in favor of Agent.AuthoritativeEngine.Id")>
<BrowsableAttribute(False)>
Public Property EngineId As Byte()[C#]
[ObsoleteAttribute("Deprecated in favor of Agent.AuthoritativeEngine.Id")]
[BrowsableAttribute(false)]
public byte[] EngineId {get; set;}[C++]
[ObsoleteAttribute("Deprecated in favor of Agent.AuthoritativeEngine.Id")]
[BrowsableAttribute(false)]
public: __property byte[]* get_EngineId();
public: __property void set_EngineId(
byte[]* value
);[C++/CLI]
[ObsoleteAttribute("Deprecated in favor of Agent.AuthoritativeEngine.Id")]
[BrowsableAttribute(false)]
public:
property array<byte>^ EngineId {
array<byte>^ get();
void set (bytearray<value>^ value);
}A byte array that identifies the SNMP engine in use.
Defaults to the ASCII byte representation of "Dart.PowerSNMP". This property is used at run-time only.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.