Gets or sets the hundredths of a second since the agent sending the message was initialized.
            
            
            
            
            
            
            
            
            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.