|  | This document is archived and information here might be outdated. Recommended version. | 
Indicates whether the default mapping is being used.
[Visual Basic .NET]
Public Property UseDefaultMapping As Boolean
[C#]
public bool UseDefaultMapping {get; set;}
[C++]
HRESULT get_UseDefaultMapping(
  Boolean* bIsDefault
);
[C++]
HRESULT put_UseDefaultMapping(
  VARIANT_BOOL bIsDefault
);
[C++] Parameters bIsDefault [out, retval]
bIsDefault is a parameter of type bool* bIsDefault [in]
bIsDefault is a parameter of type bool