This document is archived and information here might be outdated. Recommended version. |
Indicates if the data must be copied locally.
[Visual Basic .NET]
Public Property CopyLocally As Boolean
[C#]
public bool CopyLocally {get; set;}
[C++]
HRESULT get_CopyLocally(
VARIANT_BOOL CopyLocally
);
[C++]
HRESULT put_CopyLocally(
Boolean* CopyLocally
);
[C++] Parameters CopyLocally [in]
CopyLocally is a parameter of type bool CopyLocally [out, retval]
CopyLocally is a parameter of type bool*
By default, CopyLocally is set to False.