System.ComponentModel.DataAnnotations.KeyAttribute
Denotes one or more properties that uniquely identify an entity.
namespace System.ComponentModel.DataAnnotations
{
public sealed class KeyAttribute : Attribute
{
public KeyAttribute();
}
}