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




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

Syntax

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

Property Value

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

Remarks

Defaults to the ASCII byte representation of "Dart.Snmp". 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.