Revision time (expressed in UTC time).
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic DateTime Time { get; }
Public ReadOnly Property Time As DateTime
Get
Dim instance As Revision
Dim value As DateTime
value = instance.Time
public:
property DateTime Time {
DateTime get ();
}
member Time : DateTime with get
Property Value
DateTime
See Also