See Also

AuthoritativeEngine Class  | AuthoritativeEngine 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

Id Property

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++]
public: __property byte[]* get_Id(); public: __property void set_Id(    byte[]* value );
[C++/CLI]
public: property array<byte>^ Id {    array<byte>^ get();    void set (bytearray<value>^ value); }

Return Type

A byte array that identifies the SNMP authoritative 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

AuthoritativeEngine Class  | AuthoritativeEngine Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.