See Also

Agent Class  | Agent Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

EngineId Property

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); }

Return Type

A byte array that identifies the SNMP engine in use.

Remarks

Defaults to the ASCII byte representation of "Dart.PowerSNMP". This property is used at run-time only.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Agent Class  | Agent Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.