PowerSNMP for .NET CF
Id Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > DiscoveredEngine Class : Id Field




Used to get and a byte array that identifies the SNMP authoritative engine.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Id As Byte()
Visual Basic (Usage)Copy Code
Dim instance As DiscoveredEngine
Dim value() As Byte
 
value = instance.Id
C# 
public readonly byte[] Id
Managed Extensions for C++ 
public: readonly byte[]* Id
C++/CLI 
public:
readonly array<byte>^ Id

Property Value

A byte array that identifies the SNMP authoritative engine in use.

Remarks

Initialized automatically by the manager during discovery. This property is used at run-time only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.