Visual Basic (Declaration) | |
---|---|
Public ReadOnly Id As Byte() |
Visual Basic (Usage) | ![]() |
---|---|
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.Initialized automatically by the manager during discovery. This property is used at run-time only.
Target Platforms: Microsoft .NET Framework 2.0