RefreshRate for lookup tables.
[Visual Basic 6.0] Property RefreshRate As Long
[Visual Basic .NET] Public Property RefreshRate As Integer
[C#] public int RefreshRate {get; set;}
[Java] public getRefreshRate ( Long pMinutes )
[Java] public void setRefreshRate( Long pMinutes ) throws IOException, AutomationException
[C++]
HRESULT get_RefreshRate(
long* pMinutes
);
[C++] HRESULT put_RefreshRate( long pMinutes);
Parameters
pMinutes [out, retval]
pMinutes is a parameter of type long
pMinutes [in]
pMinutes is a parameter of type long