PowerSNMP for .NET
SysUpTime Property (Trap1Message)




Gets the time since the agent was initialized in hundredths of a second.
Syntax
Public Property SysUpTime As Long
Dim instance As Trap1Message
Dim value As Long
 
instance.SysUpTime = value
 
value = instance.SysUpTime
public long SysUpTime {get; set;}
public: __property long get_SysUpTime();
public: __property void set_SysUpTime( 
   long value
);
public:
property int64 SysUpTime {
   int64 get();
   void set (    int64 value);
}
See Also

Reference

Trap1Message Class
Trap1Message Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic