PollingInterval.MaxValue Property
The maximum interval that a PollingListProvider<TBusinessObject> object can poll for data.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public static TimeSpan MaxValue { get; }
public:
property TimeSpan MaxValue {
static TimeSpan get();
}
Public Shared ReadOnly Property MaxValue As TimeSpan
Property Value
Type: System.TimeSpan
An instance of TimeSpan.
See Also
PollingInterval Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top