|
InformRequestMessageTimeStamp Property
|
Gets the time stamp.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntax[CLSCompliantAttribute(false)]
public uint TimeStamp { get; }
<CLSCompliantAttribute(false)>
Public ReadOnly Property TimeStamp As UInteger
Get
public:
[CLSCompliantAttribute(false)]
property unsigned int TimeStamp {
unsigned int get ();
}
[<CLSCompliantAttribute(false)>]
member TimeStamp : uint32 with get
function get_TimeStamp();
View SourceProperty Value
UInt32The time stamp.
See Also