Name property
- Last UpdatedJul 22, 2024
- 1 minute read
Returns the name property of the attribute.
Class
IAttribute
Syntax
[C#]
string Name { get; };
[Visual C++]
HRESULT Name(
[out, retval] BSTR* name
);
Parameters
name
Returns the name of the attribute.