This document is archived and information here might be outdated. Recommended version. |
Indicates whether to recursively get the children of target path.
[Visual Basic .NET]
Public Property Recursive As Boolean
[C#]
public bool Recursive {get; set;}
[C++]
HRESULT get_Recursive(
Boolean* pRecursive
);
[C++]
HRESULT put_Recursive(
VARIANT_BOOL pRecursive
);
[C++] Parameters pRecursive [out, retval]
pRecursive is a parameter of type bool* pRecursive [in]
pRecursive is a parameter of type bool