Gets the hundredths of a second since the agent sending the message was initialized.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property SysUpTime As Long |
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