Gets the 4 reserved bytes. Currently they are set to 0.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property BaseReserved As Byte() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IccTagTypeBase
Dim value() As Byte
value = instance.BaseReserved
|
| C# | |
|---|
public byte[] BaseReserved {get;} |
| C++/CLI | |
|---|
public:
property array<byte>^ BaseReserved {
array<byte>^ get();
} |
Return Value
An array of byte that contains the 4 resreved bytes.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also