PowerSNMP for .NET
TimeStamp Property (MessageBase)




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


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic