PowerSNMP for .NET
SysUpTime Property (InformMessage)




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

References the first Variable in the MessageBase.Variables property.
See Also

Reference

InformMessage Class
InformMessage Members

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