This document is archived and information here might be outdated. Recommended version. |
Indicates if the combined field should be used for directions.
[Visual Basic .NET]
Public Property UseCombinedField As Boolean
[C#]
public bool UseCombinedField {get; set;}
[C++]
HRESULT get_UseCombinedField(
Boolean* useCombined
);
[C++]
HRESULT put_UseCombinedField(
VARIANT_BOOL useCombined
);
[C++] Parameters useCombined [out, retval]
useCombined is a parameter of type bool* useCombined [in]
useCombined is a parameter of type bool
If the Shields information is specified in a single field, the UseCombinedField should be set to True. If the Shields information is contained within two different fields, the UseCombinedField should be set to False.