ContextAttribute::Name Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the name of the context attribute.
Assembly: mscorlib (in mscorlib.dll)
Implements
IContextProperty::NameDefault implementation of this property provides AttributeName as the property name.
Notes to Inheritors:
The current property must not be overridden in any user derived class. The current Equals and GetHashCode method implementations depend on the default functionality. If you wish to provide advanced behavior for a class extending the ContextAttribute and override the Name property, you have to also override the default implementation of the Equals and GetHashCode methods.
.NET Framework
Available since 1.1
Available since 1.1
Show: