InformRequestMessageTimeStamp Property |
Gets the time stamp.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic uint TimeStamp { get; }
Public ReadOnly Property TimeStamp As UInteger
Get
Dim instance As InformRequestMessage
Dim value As UInteger
value = instance.TimeStamp
public:
property unsigned int TimeStamp {
unsigned int get ();
}
member TimeStamp : uint32 with get
Property Value
UInt32The time stamp.
See Also