| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Value As Byte() | |
| C# | |
|---|---|
public readonly byte[] Value | |
| Managed Extensions for C++ | |
|---|---|
public: readonly byte[]* Value | |
| C++/CLI | |
|---|---|
public: readonly array<byte>^ Value | |
Property Value
Returns the byte array assigned to this object at the time is was initialized.Read-only.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code