This document is archived and information here might be outdated. Recommended version. |
Indicates if the code name (or domain name) should be used to get the number of expected expanded links.
[Visual Basic .NET]
Public Property UseCodeName As Boolean
[C#]
public bool UseCodeName {get; set;}
[C++]
HRESULT get_UseCodeName(
Boolean* UseCodeName
);
[C++]
HRESULT put_UseCodeName(
VARIANT_BOOL UseCodeName
);
[C++] Parameters UseCodeName [out, retval]
UseCodeName is a parameter of type bool* UseCodeName [in]
UseCodeName is a parameter of type bool