Partager via


PollingInterval.MinValue Property

 

The minimum 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 MinValue { get; }
public:
property TimeSpan MinValue {
    static TimeSpan get();
}
Public Shared ReadOnly Property MinValue As TimeSpan

Property Value

Type: System.TimeSpan

An instance of TimeSpan.

See Also

PollingInterval Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top