Denotes the key property or properties of an entity.
'Usage Dim instance As DataServiceKeyAttribute 'Declaration <AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _ Public NotInheritable Class DataServiceKeyAttribute _ Inherits Attribute
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
[DataServiceKey("PartitionKey", "RowKey")]public class MyClass {...