Description
Gets the duration that is the minimum allowed time between refreshes of this network link.
Property type
Read-only property
Syntax
| [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();
|
| [Python - STK API] |
|---|
@property
def MinimumRefreshPeriod(self) -> float:
|
See Also