Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IndexedAttribute Properties

Indicates that a property or field participates in index creation.
Name Description
AdditionalFields Gets the names of additional columns that participate in index creation.
Name Gets or sets the name of the index.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
Unique Gets or sets whether the index created by a property or field is a unique one.
See Also