This document is archived and information here might be outdated. Recommended version. |
.
[Visual Basic .NET]
Public Property TimeoutInSecs As Integer
[C#]
public int TimeoutInSecs {get; set;}
[C++]
HRESULT get_TimeoutInSecs(
Long pTimeout
);
[C++]
HRESULT put_TimeoutInSecs(
System.Int32* pTimeout
);
[C++] Parameters pTimeout [in]
pTimeout is a parameter of type int pTimeout [out, retval]
pTimeout is a parameter of type int*