This document is archived and information here might be outdated. Recommended version. |
Indicates whether to use masking.
[Visual Basic .NET]
Public Property UseMasking As Boolean
[C#]
public bool UseMasking {get; set;}
[C++]
HRESULT get_UseMasking(
VARIANT_BOOL flag
);
[C++]
HRESULT put_UseMasking(
Boolean* flag
);
[C++] Parameters flag [in]
flag is a parameter of type bool flag [out, retval]
flag is a parameter of type bool*