| Dart.PowerSNMP Namespace > AuthoritativeEngine Class : Id Property (AuthoritativeEngine) |
Used to get and set a byte array that identifies the SNMP engine.
[Visual Basic]
Public Property Id As Byte()[C#]
public byte[] Id {get; set;}[C++/CLI]
public:
property array<byte>^ Id {
array<byte>^ get();
void set (bytearray<value>^ value);
}A byte array that identifies the SNMP authoritative 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
AuthoritativeEngine Class | AuthoritativeEngine Members
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.