PowerSNMP for .NET
TimeStamp Property




Gets the DateTime that the message was created or encoded.
Syntax
Public Property TimeStamp As Date
Dim instance As MessageBase
Dim value As Date
 
instance.TimeStamp = value
 
value = instance.TimeStamp
public DateTime TimeStamp {get; set;}
public: __property DateTime get_TimeStamp();
public: __property void set_TimeStamp( 
   DateTime value
);
public:
property DateTime TimeStamp {
   DateTime get();
   void set (    DateTime value);
}

Property Value

The value is initialized when a message is created or encoded.
Remarks

The value is advisory in nature.

See Also

Reference

MessageBase Class
MessageBase Members

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