Gets the time since the agent was initialized in hundredths of a second.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shadows ReadOnly Property SysUpTime As Long |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As TrapMessage
Dim value As Long
value = instance.SysUpTime |
| C# | |
|---|
public new long SysUpTime {get;} |
| Managed Extensions for C++ | |
|---|
public: __property new long get_SysUpTime(); |
| C++/CLI | |
|---|
public:
new 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. MessageBase.Create sets this property to the value in the encoded message.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also