PowerSNMP for .NET CF
StartTime Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > AuthoritativeEngine Class : StartTime Field




Used to get and set the starting time of the authoritative engine.

Syntax

Visual Basic (Declaration) 
Public StartTime As Date
Visual Basic (Usage)Copy Code
Dim instance As AuthoritativeEngine
Dim value As Date
 
value = instance.StartTime
 
instance.StartTime = value
C# 
public DateTime StartTime
Managed Extensions for C++ 
public: DateTime StartTime
C++/CLI 
public:
DateTime StartTime

Property Value

A DateTime object

Remarks

Used to compute the value of the Time property. This property is used at run-time only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.