Visual Basic (Declaration) | |
---|---|
Public Value As ULong |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Counter64 Dim value As ULong value = instance.Value instance.Value = value |
C# | |
---|---|
public ulong Value |
Managed Extensions for C++ | |
---|---|
public: ulong Value |
C++/CLI | |
---|---|
public: ulong Value |
Property Value
Returns the value assigned to this object.Read-only. Use the ToString method if UInt64 is not supported in your environment.
Target Platforms: Microsoft .NET Framework 2.0