PowerSNMP for .NET
SysUpTime Property (Trap2Message)




Gets or sets the hundredths of a second since the agent sending the message was initialized.
Syntax
Public Property SysUpTime As Long
Dim instance As Trap2Message
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);
}

Property Value

Initialized in the constructor.
See Also

Reference

Trap2Message Class
Trap2Message Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic