PowerSNMP for .NET CF
Value Field
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > Counter64 Class : Value Field




Gets the value associated with this object.

Syntax

Visual Basic (Declaration) 
Public Value As ULong
Visual Basic (Usage)Copy Code
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.

Remarks

Read-only. Use the ToString method if UInt64 is not supported in your environment.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.