Schedule.NextRunTime Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Proxy.Reporting
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property NextRunTime As DateTime
'Usage
Dim instance As Schedule
Dim value As DateTime
value = instance.NextRunTime
instance.NextRunTime = value
public DateTime NextRunTime { get; set; }
public:
property DateTime NextRunTime {
DateTime get ();
void set (DateTime value);
}
public function get NextRunTime () : DateTime
public function set NextRunTime (value : DateTime)
Property Value
Type: System.DateTime
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.