| 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.Defaults to the ASCII byte representation of "Dart.Snmp". This property is used at run-time only.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code