PowerSNMP for .NET CF
Time Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > DiscoveredEngine Class : Time Property




Initialized automatically by the manager during discovery. This property is used at run-time only and compensates for the elapsed time since discovery occurred.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Time As Integer
Visual Basic (Usage)Copy Code
Dim instance As DiscoveredEngine
Dim value As Integer
 
value = instance.Time
C# 
public int Time {get;}
Managed Extensions for C++ 
public: __property int get_Time();
C++/CLI 
public:
property int Time {
   int get();
}

Property Value

Int32 that identifies how many seconds the authoritative engine has running since Boots was incremented.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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