This document is archived and information here might be outdated. Recommended version. |
Indicates whether to run the script inproc or not.
[Visual Basic .NET] Public Property RunInProc As Boolean
[C#] public bool RunInProc {get; set;}
[C++]
HRESULT get_RunInProc(
Boolean* inProc
);
[C++]
HRESULT put_RunInProc(
VARIANT_BOOL inProc
);
[C++]
Parameters inProc [out, retval]
inProc is a parameter of type bool* inProc [in]
inProc is a parameter of type bool