DataServiceKeyAttribute.KeyNames Property

Definition

Gets the names of key attributes.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ KeyNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> KeyNames { get; }
member this.KeyNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property KeyNames As ReadOnlyCollection(Of String)

Property Value

String value that contains names of key attributes.

Applies to