| Visual Basic (Declaration) | |
|---|---|
Public EngineId As Byte() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Security Dim value() As Byte value = instance.EngineId instance.EngineId = value | |
| C# | |
|---|---|
public byte[] EngineId | |
| Managed Extensions for C++ | |
|---|---|
public: byte[]* EngineId | |
| C++/CLI | |
|---|---|
public: array<byte>^ EngineId | |
Property Value
Byte arrayIf not set, encoding uses dynamic discovery technique to get remote EngineId, EngineTime and EngineBoots values.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code