This document is archived and information here might be outdated. Recommended version. |
Indicates if an attribute is used to filter the feature to remove.
[Visual Basic .NET]
Public Property UseAttributeName As Boolean
[C#]
public bool UseAttributeName {get; set;}
[C++]
HRESULT get_UseAttributeName(
Boolean* UseAttributeName
);
[C++]
HRESULT put_UseAttributeName(
VARIANT_BOOL UseAttributeName
);
[C++] Parameters UseAttributeName [out, retval]
UseAttributeName is a parameter of type bool* UseAttributeName [in]
UseAttributeName is a parameter of type bool