| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Value As Integer | |
| C# | |
|---|---|
public readonly int Value | |
| Managed Extensions for C++ | |
|---|---|
public: readonly int Value | |
| C++/CLI | |
|---|---|
public: readonly int Value | |
Property Value
Returns the Int32 value assigned to this object when it was initialized.Read-only.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code