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




Gets the hundredths of a second since the agent sending the message was initialized.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SysUpTime As Long
Visual Basic (Usage)Copy Code
Dim instance As NotificationMessage
Dim value As Long
 
value = instance.SysUpTime
C# 
public long SysUpTime {get;}
Managed Extensions for C++ 
public: __property long get_SysUpTime();
C++/CLI 
public:
property int64 SysUpTime {
   int64 get();
}

Property Value

Initialized to 0 in the constructor, this value is updated to MessageBase.SysUpTime when TrapMessage.Encode is used. The Create method sets this property to the value in the encoded message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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