Gets the duration that is the minimum allowed time between refreshes of this network link.
Read-only property
[Visual Basic .NET] |
---|
Public Property MinimumRefreshPeriod() As Double |
[C#] |
---|
public double MinimumRefreshPeriod {get;} |
[Managed C++] |
---|
public: __property double get_MinimumRefreshPeriod(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinimumRefreshPeriod( double * pRetVal ); |
[Java] |
---|
public double getMinimumRefreshPeriod(); |